From 25beda5c17208a75d8f80caf4fe59432a37e693d 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) --HG-- branch : compatibility-develop --- 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