Enable HiDPI rendering in the Windows installer.
This commit is contained in:
parent
73ab2cd4dc
commit
c9f61fc80f
@ -22,6 +22,8 @@
|
|||||||
Name "${PACKAGING_DISPLAY_NAME}"
|
Name "${PACKAGING_DISPLAY_NAME}"
|
||||||
OutFile "OpenRA.Setup.exe"
|
OutFile "OpenRA.Setup.exe"
|
||||||
|
|
||||||
|
ManifestDPIAware true
|
||||||
|
|
||||||
InstallDir "$PROGRAMFILES\${PACKAGING_WINDOWS_INSTALL_DIR_NAME}"
|
InstallDir "$PROGRAMFILES\${PACKAGING_WINDOWS_INSTALL_DIR_NAME}"
|
||||||
InstallDirRegKey HKLM "Software\${PACKAGING_WINDOWS_REGISTRY_KEY}" "InstallDir"
|
InstallDirRegKey HKLM "Software\${PACKAGING_WINDOWS_REGISTRY_KEY}" "InstallDir"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user