summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-01-30 12:01:33 -0600
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-01-30 19:07:29 +0000
commit02821b447f73d83ad626f00e35044b7aae8440e0 (patch)
tree13d9ee6bb23a169f2d7a67a961540150dc1b87cc
parentd1f4cb04684787d75ff328759719a975919e7951 (diff)
Add default manifest into application manifestxlaunch-20150130-1
For some reason, without this, the binary is considered invalid when a .gnu_debuglink section is added.
-rwxr-xr-xXLaunch.exe.manifest21
1 files changed, 21 insertions, 0 deletions
diff --git a/XLaunch.exe.manifest b/XLaunch.exe.manifest
index e7e589f..bc7ac34 100755
--- a/XLaunch.exe.manifest
+++ b/XLaunch.exe.manifest
@@ -13,4 +13,25 @@
/>
</dependentAssembly>
</dependency>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level="asInvoker"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+ <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
+ <application>
+ <!--The ID below indicates application support for Windows Vista -->
+ <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
+ <!--The ID below indicates application support for Windows 7 -->
+ <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
+ <!--The ID below indicates application support for Windows 8 -->
+ <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+ <!--The ID below indicates application support for Windows 8.1 -->
+ <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
+ <!--The ID below indicates application support for Windows 10 -->
+ <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
+ </application>
+ </compatibility>
</assembly>