Updater: Support HiDPI

This commit is contained in:
spycrab
2019-03-03 12:56:26 +01:00
parent 8156df2758
commit 1e13ebd091
2 changed files with 43 additions and 5 deletions

View File

@ -27,4 +27,10 @@
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:windowsSettings
xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>