summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2022-10-04 00:43:07 +0200
committerMichael Peter Christen <mc@yacy.net>2022-10-04 00:43:07 +0200
commit90db21b909c6e8575bbaf3779d130cfd760a5d82 (patch)
treea79ca723e0c6106d81cc8673c6d52e18a1eddeba
parent79fc19e67e922387b20657f701e7635a71c30cd8 (diff)
for some reason the compilation fails on linux with "Unicode true"
-rw-r--r--build.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.nsi b/build.nsi
index 50c95b83b..1454e71b6 100644
--- a/build.nsi
+++ b/build.nsi
@@ -25,7 +25,7 @@ COMMAND LINE OPTIONS (case sensitive):
; ----------------------------------------
; GENERAL
-Unicode true
+;Unicode true
VIProductVersion "@REPL_VERSION@.0.0"
VIAddVersionKey "ProductName" "YaCy"