diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 20:34:57 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 20:34:57 -0400 |
commit | a4460f6d9453bbd7e584937686449cef3e19f052 (patch) | |
tree | 037c208f1e20302ed048c0952ef8e3418add9c86 /gtk+-mingw/bin/gtk-update-icon-cache.exe.manifest |
Initial commit0.0.0
Diffstat (limited to 'gtk+-mingw/bin/gtk-update-icon-cache.exe.manifest')
-rw-r--r-- | gtk+-mingw/bin/gtk-update-icon-cache.exe.manifest | 17 |
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> |