summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-07-14 18:23:17 +0800
committerOpportunityLiu <[email protected]>2019-07-14 18:32:36 +0800
commitaf141620835a0e519c30916d45dade25e365a0e8 (patch)
tree863fddf966623fdb84a9de800ff15276c9684fce /scripts
parent612280f59e52f7108e87fa782ce8939fb4e80ec6 (diff)
use lzma and unicode
Diffstat (limited to 'scripts')
-rw-r--r--scripts/installer.nsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi
index e05a33dd4..253df3436 100644
--- a/scripts/installer.nsi
+++ b/scripts/installer.nsi
@@ -44,6 +44,12 @@ Name "XMake - v${VERSION}"
; The file to write
OutFile "xmake.exe"
+; Use unicode
+Unicode true
+
+; Use best compressor
+SetCompressor /FINAL /SOLID lzma
+
; The default installation directory
!ifdef x64
!define PROGRAMFILES $PROGRAMFILES64