From 4bd9a2b8997bbd71cdd3c79e8748d8bf5ee8ea7e Mon Sep 17 00:00:00 2001 From: Jose Manuel Delicado Date: Sat, 21 Jan 2017 20:45:52 +0100 Subject: [PATCH] Fixed errors in the installer script --- scripts/twblue.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/twblue.nsi b/scripts/twblue.nsi index 9cfc3ce3..d0377242 100644 --- a/scripts/twblue.nsi +++ b/scripts/twblue.nsi @@ -1,6 +1,7 @@ !include "MUI2.nsh" !include "LogicLib.nsh" !include "x64.nsh" +Unicode true CRCCheck on ManifestSupportedOS all XPStyle on @@ -12,7 +13,6 @@ RequestExecutionLevel admin SetCompress auto SetCompressor /solid lzma SetDatablockOptimize on -Unicode true VIAddVersionKey ProductName "TWBlue" VIAddVersionKey LegalCopyright "Copyright 2016 Manuel Cortéz." VIAddVersionKey ProductVersion "0.88"