diff options
author | glx22 <glx22@users.noreply.github.com> | 2019-02-25 01:47:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 01:47:00 +0100 |
commit | 6ff02f0615d19ab1bf019279bd2da6713015a246 (patch) | |
tree | 2369e08545375955176416e86f201f614d3de666 /os/windows | |
parent | 919d7accd7a055e8e5feb300a40fcabb23e88d42 (diff) | |
download | openttd-6ff02f0615d19ab1bf019279bd2da6713015a246.tar.xz |
Fix: [Windows] make the installer DPI aware (#7277)
Diffstat (limited to 'os/windows')
-rw-r--r-- | os/windows/installer/install.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index da45165d4..604e252c4 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -24,6 +24,7 @@ !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_BITMAP "top.bmp" +ManifestDPIAware true BrandingText "OpenTTD Installer" SetCompressor LZMA |