summaryrefslogtreecommitdiff
path: root/gtk+-mingw/bin/gtk-update-icon-cache.exe.manifest
diff options
context:
space:
mode:
Diffstat (limited to 'gtk+-mingw/bin/gtk-update-icon-cache.exe.manifest')
-rw-r--r--gtk+-mingw/bin/gtk-update-icon-cache.exe.manifest17
1 files changed, 17 insertions, 0 deletions
diff --git a/gtk+-mingw/bin/gtk-update-icon-cache.exe.manifest b/gtk+-mingw/bin/gtk-update-icon-cache.exe.manifest
new file mode 100644
index 0000000..fe8b6e6
--- /dev/null
+++ b/gtk+-mingw/bin/gtk-update-icon-cache.exe.manifest
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity version="1.0.0.0"
+ processorArchitecture="X86"
+ name="gtk-update-icon-cache.exe"
+ type="win32"/>
+ <!-- Identify the application security requirements. -->
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel
+ level="asInvoker"
+ uiAccess="false"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+</assembly>