mirror of https://github.com/Syncplay/syncplay
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"
|
||||
InstallDir $$PROGRAMFILES\Syncplay
|
||||
RequestExecutionLevel admin
|
||||
ManifestDPIAware true
|
||||
XPStyle on
|
||||
Icon resources\icon.ico ;Change DIR
|
||||
SetCompressor /SOLID lzma
|
||||
|
|
Loading…
Reference in New Issue