Make installer DPI-aware

Close #4947
This commit is contained in:
Adrian Stanciu 2018-10-23 02:52:41 +03:00 committed by Don HO
parent fd52450d16
commit 8ea3c4fe55
1 changed files with 4 additions and 0 deletions

View File

@ -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"