Windows NSIS Installer
- use LZMA compression - pack Installer EXE header with upx
This commit is contained in:
parent
0abad20221
commit
a0ec4a5375
1 changed files with 7 additions and 0 deletions
|
@ -63,6 +63,8 @@ LangString AMD64ONLY ${LANG_ENGLISH} "This version is for 64 bits computers only
|
|||
|
||||
;--------------------------------
|
||||
|
||||
SetCompressor lzma
|
||||
|
||||
!define MUI_ICON "${ICON}"
|
||||
!define MUI_UNICON "${ICON}"
|
||||
|
||||
|
@ -216,3 +218,8 @@ SectionEnd
|
|||
|
||||
;--------------------------------
|
||||
|
||||
!packhdr "exehead.tmp" "upx -9 exehead.tmp"
|
||||
;!finalize "gpg --armor --sign --detach-sig %1"
|
||||
|
||||
;--------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue