From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Tue, 9 Mar 2021 13:56:17 +0000 (+0100) Subject: Add an application manifest to prevent automatic DPI scaling on Windows X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6b5a5fc4eadc0c70b2e40116d0d6c64ee85a91ce;p=xonotic%2Fdarkplaces.git Add an application manifest to prevent automatic DPI scaling on Windows --- diff --git a/darkplaces.exe.manifest b/darkplaces.exe.manifest new file mode 100755 index 00000000..4be5616e --- /dev/null +++ b/darkplaces.exe.manifest @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + true/pm + + + + + + + + + + + \ No newline at end of file diff --git a/darkplaces.rc b/darkplaces.rc index 5580b29c..076ae0fd 100644 --- a/darkplaces.rc +++ b/darkplaces.rc @@ -2,6 +2,8 @@ 107 ICON "darkplaces.ico" +1 RT_MANIFEST "darkplaces.exe.manifest" + 1 VERSIONINFO FILEVERSION 1,0,0,0 PRODUCTVERSION 1,0,0,0