Support high DPI in Windows installer (v2)

This commit is contained in:
Etoh 2019-03-10 23:09:06 +00:00 committed by GitHub
parent 3fd498ee6d
commit 22eec119b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ NSIS_SCRIPT_TEMPLATE = r"""
OutFile "Syncplay-$version-Setup.exe"
InstallDir $$PROGRAMFILES\Syncplay
RequestExecutionLevel admin
ManifestDPIAware true
ManifestDPIAware false
XPStyle on
Icon resources\icon.ico ;Change DIR
SetCompressor /SOLID lzma