Enable HiDPI rendering in Windows installer.

This commit is contained in:
Paul Chote
2019-03-17 19:11:34 +00:00
committed by Oliver Brakmann
parent d53338ca5e
commit 2c0711d5fb

View File

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