Add compression to achieve smaller installer size.
This commit is contained in:
parent
81721307ca
commit
d0d676e72d
|
@ -1,5 +1,7 @@
|
|||
Unicode True
|
||||
|
||||
SetCompressor /SOLID lzma
|
||||
|
||||
!define MUI_PRODUCT "Dino"
|
||||
!define MUI_PRODUCT_NAME ${MUI_PRODUCT}
|
||||
!define MUI_BRANDINGTEXT ${MUI_PRODUCT}
|
||||
|
|
Loading…
Reference in a new issue