From 243b76b2167d1f433c2070077711097f291673d7 Mon Sep 17 00:00:00 2001 From: Yasuhiko Kamata Date: Thu, 7 Oct 2021 11:10:39 +0900 Subject: [PATCH] Move "Unicode false" to top --- openSUSE_installer.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openSUSE_installer.nsi b/openSUSE_installer.nsi index ba9408a..ccaaf0f 100644 --- a/openSUSE_installer.nsi +++ b/openSUSE_installer.nsi @@ -1,6 +1,8 @@ ; openSUSE installer instlux-ng NSIS script ; ----------------------------------------------------------------------------- +Unicode false + !include "MUI.nsh" !include "x64.nsh" !include "LogicLib.nsh" @@ -47,7 +49,6 @@ AllowRootDirInstall true InstallDir "C:\openSUSE" XPStyle on SetCompressor /SOLID lzma -Unicode false !define MUI_ICON "opensuse.ico" !define MUI_UNICON "opensuse.ico"