diff options
| author | Michael Peter Christen <mc@yacy.net> | 2022-10-04 00:43:07 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2022-10-04 00:43:07 +0200 |
| commit | 90db21b909c6e8575bbaf3779d130cfd760a5d82 (patch) | |
| tree | a79ca723e0c6106d81cc8673c6d52e18a1eddeba /build.nsi | |
| parent | 79fc19e67e922387b20657f701e7635a71c30cd8 (diff) | |
for some reason the compilation fails on linux with "Unicode true"
Diffstat (limited to 'build.nsi')
| -rw-r--r-- | build.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ COMMAND LINE OPTIONS (case sensitive): ; ---------------------------------------- ; GENERAL -Unicode true +;Unicode true VIProductVersion "@REPL_VERSION@.0.0" VIAddVersionKey "ProductName" "YaCy" |
