]> git.lizzy.rs Git - minetest.git/blob - misc/minetest.exe.manifest
Add keybind to swap items between hands
[minetest.git] / misc / minetest.exe.manifest
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>
7                 <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
8             </requestedPrivileges>
9         </security>
10     </trustInfo>
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>