From 9fd4af88c811b54a0838616fe58965077a629395 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 20 Sep 2016 19:44:02 +0200 Subject: [PATCH] Changed: Disable Unicode in NSIS script (not supported by NSIS 2.x) --- dist/nsis/ryzom_installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/nsis/ryzom_installer.nsi b/dist/nsis/ryzom_installer.nsi index c7fd381fc..89a1656e7 100644 --- a/dist/nsis/ryzom_installer.nsi +++ b/dist/nsis/ryzom_installer.nsi @@ -15,7 +15,7 @@ !define Installer "ryzom_installer.exe" ;Properly display all languages (Installer will not work on Windows 95, 98 or ME!) -Unicode true +;Unicode true ;New XP style XPStyle on