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
|
||||||
@ -737,4 +738,4 @@ info = dict(
|
|||||||
)
|
)
|
||||||
|
|
||||||
sys.argv.extend(['py2exe', '-p win32com ', '-i twisted.web.resource', '-p PySide2'])
|
sys.argv.extend(['py2exe', '-p win32com ', '-i twisted.web.resource', '-p PySide2'])
|
||||||
setup(**info)
|
setup(**info)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user