Skip to content

Commit 247fd93

Browse files
committed
correct manifest
1 parent e4ca770 commit 247fd93

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

win32/build/default.manifest

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1+
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
12
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
2-
<asmv3:application>
3-
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
4-
<dpiAware>True/PM</dpiAware>
5-
</asmv3:windowsSettings>
6-
</asmv3:application>
73
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
84
<application>
95
<!-- Windows Vista -->
@@ -18,4 +14,4 @@
1814
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
1915
</application>
2016
</compatibility>
21-
</assembly>
17+
</assembly>

0 commit comments

Comments
 (0)