From 22eec119b1cca09b3fcc1a3957dfa4c7bcaec4db Mon Sep 17 00:00:00 2001 From: Etoh Date: Sun, 10 Mar 2019 23:09:06 +0000 Subject: [PATCH] Support high DPI in Windows installer (v2) --- buildPy2exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index 0415a16..de662c3 100644 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -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