parent
fd52450d16
commit
8ea3c4fe55
|
@ -37,6 +37,10 @@ Unicode true ; Generate a Unicode installer. It can only be used outside of se
|
|||
SetCompressor /SOLID lzma ; This reduces installer size by approx 30~35%
|
||||
;SetCompressor /FINAL lzma ; This reduces installer size by approx 15~18%
|
||||
|
||||
|
||||
; Installer is DPI-aware: not scaled by the DWM, no blurry text
|
||||
ManifestDPIAware true
|
||||
|
||||
!include "nsisInclude\winVer.nsh"
|
||||
!include "nsisInclude\globalDef.nsh"
|
||||
!include "nsisInclude\tools.nsh"
|
||||
|
|
Loading…
Reference in New Issue