0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

UI/updater: Fix manifest XML namespace for dpiAware setting

This commit is contained in:
Richard Stanway 2022-09-05 22:49:11 +02:00
parent 894e37d0e1
commit 1cae3d4a3c
No known key found for this signature in database
GPG Key ID: 4F96FCA24BCE7BA1

View File

@ -2,7 +2,7 @@
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:application>
<asmv3:windowsSettings xmlns="https://schemas.microsoft.com/SMI/2005/WindowsSettings">
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>