Support high DPI in Windows installer
This commit is contained in:
parent
f39fe4c01b
commit
3fd498ee6d
@ -69,6 +69,7 @@ NSIS_SCRIPT_TEMPLATE = r"""
|
|||||||
OutFile "Syncplay-$version-Setup.exe"
|
OutFile "Syncplay-$version-Setup.exe"
|
||||||
InstallDir $$PROGRAMFILES\Syncplay
|
InstallDir $$PROGRAMFILES\Syncplay
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
ManifestDPIAware true
|
||||||
XPStyle on
|
XPStyle on
|
||||||
Icon resources\icon.ico ;Change DIR
|
Icon resources\icon.ico ;Change DIR
|
||||||
SetCompressor /SOLID lzma
|
SetCompressor /SOLID lzma
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user