Commit 9fd1d79e authored by Geoffroy Couprie's avatar Geoffroy Couprie

Win32: add asInvoker to manifest

parent fdfc6ad1
...@@ -7,6 +7,13 @@ ...@@ -7,6 +7,13 @@
type="win32" type="win32"
/> />
<description>see http://www.videolan.org/</description> <description>see http://www.videolan.org/</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" />
</requestedPrivileges>
</security>
</trustInfo>
<dependency> <dependency>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity <assemblyIdentity
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment