Changed: Disable Unicode in NSIS script (not supported by NSIS 2.x)

--HG--
branch : compatibility-develop
This commit is contained in:
kervala 2016-09-20 19:44:02 +02:00
parent d95aa50bdf
commit 25beda5c17

View file

@ -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