]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Set UTF-8 codepage in Windows manifest (#10881)
authorsfan5 <sfan5@live.de>
Fri, 29 Jan 2021 21:43:29 +0000 (22:43 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 21:43:29 +0000 (22:43 +0100)
misc/minetest.exe.manifest

index 3c32b0f8b2cab99e3c63262cccf527f51bfdd434..dcad3fcde7548045487f88fb2ef932d0d11a2b4e 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+    <assemblyIdentity type="win32" name="minetest" version="0.0.0.0" />
     <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
         <security>
             <requestedPrivileges>
@@ -10,6 +11,7 @@
     <application xmlns="urn:schemas-microsoft-com:asm.v3">
         <windowsSettings>
             <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
+            <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
         </windowsSettings>
     </application>
 </assembly>