We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a177f0 commit 3fa8232Copy full SHA for 3fa8232
misc/minetest.exe.manifest
@@ -1,5 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3
+ <assemblyIdentity type="win32" name="minetest" version="0.0.0.0" />
4
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
5
<security>
6
<requestedPrivileges>
@@ -10,6 +11,7 @@
10
11
<application xmlns="urn:schemas-microsoft-com:asm.v3">
12
<windowsSettings>
13
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
14
+ <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
15
</windowsSettings>
16
</application>
17
</assembly>
0 commit comments