Enable HiDPI rendering in the Windows installer.

This commit is contained in:
Paul Chote 2020-11-28 12:25:13 +00:00 committed by abcdefg30
parent 73ab2cd4dc
commit c9f61fc80f

View File

@ -22,6 +22,8 @@
Name "${PACKAGING_DISPLAY_NAME}"
OutFile "OpenRA.Setup.exe"
ManifestDPIAware true
InstallDir "$PROGRAMFILES\${PACKAGING_WINDOWS_INSTALL_DIR_NAME}"
InstallDirRegKey HKLM "Software\${PACKAGING_WINDOWS_REGISTRY_KEY}" "InstallDir"