From 6b5a5fc4eadc0c70b2e40116d0d6c64ee85a91ce Mon Sep 17 00:00:00 2001 From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Tue, 9 Mar 2021 14:56:17 +0100 Subject: [PATCH] Add an application manifest to prevent automatic DPI scaling on Windows --- darkplaces.exe.manifest | 26 ++++++++++++++++++++++++++ darkplaces.rc | 2 ++ 2 files changed, 28 insertions(+) create mode 100755 darkplaces.exe.manifest 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 -- 2.39.2