diff options
| author | OpportunityLiu <[email protected]> | 2019-07-14 18:23:17 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-14 18:32:36 +0800 |
| commit | af141620835a0e519c30916d45dade25e365a0e8 (patch) | |
| tree | 863fddf966623fdb84a9de800ff15276c9684fce /scripts | |
| parent | 612280f59e52f7108e87fa782ce8939fb4e80ec6 (diff) | |
use lzma and unicode
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 6 |
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
|
