summaryrefslogtreecommitdiffstats
path: root/osdep/mpv.exe.manifest
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/mpv.exe.manifest')
-rw-r--r--osdep/mpv.exe.manifest19
1 files changed, 19 insertions, 0 deletions
diff --git a/osdep/mpv.exe.manifest b/osdep/mpv.exe.manifest
new file mode 100644
index 0000000000..c924377c4b
--- /dev/null
+++ b/osdep/mpv.exe.manifest
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity
+ version="0.0.9.0"
+ processorArchitecture="*"
+ name="mpv - The Movie Player"
+ type="win32"
+ />
+ <description>mpv - The Movie Player</description>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel
+ level="asInvoker"
+ />
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+</assembly>