From 90db21b909c6e8575bbaf3779d130cfd760a5d82 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 4 Oct 2022 00:43:07 +0200 Subject: [PATCH] for some reason the compilation fails on linux with "Unicode true" --- build.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"