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.manifest8
1 files changed, 6 insertions, 2 deletions
diff --git a/osdep/mpv.exe.manifest b/osdep/mpv.exe.manifest
index 31386e8ab1..3cade40a38 100644
--- a/osdep/mpv.exe.manifest
+++ b/osdep/mpv.exe.manifest
@@ -8,8 +8,12 @@
/>
<description>mpv - The Movie Player</description>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
- <windowsSettings xmlns:ws="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
- <ws:dpiAware>True/PM</ws:dpiAware>
+ <windowsSettings>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
+ <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
+ <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
+ <heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
</windowsSettings>
</application>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">