mirror of https://github.com/OpenTTD/OpenTTD
Fix: [Windows] make the installer DPI aware (#7277)
parent
919d7accd7
commit
6ff02f0615
|
@ -24,6 +24,7 @@
|
||||||
!define MUI_HEADERIMAGE
|
!define MUI_HEADERIMAGE
|
||||||
!define MUI_HEADERIMAGE_BITMAP "top.bmp"
|
!define MUI_HEADERIMAGE_BITMAP "top.bmp"
|
||||||
|
|
||||||
|
ManifestDPIAware true
|
||||||
BrandingText "OpenTTD Installer"
|
BrandingText "OpenTTD Installer"
|
||||||
SetCompressor LZMA
|
SetCompressor LZMA
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue