Disable dpiAware flag in win32 manifest since it's not supported that well.

This commit is contained in:
Alexander Shaduri
2014-05-29 18:00:49 +00:00
parent e2dc39bff2
commit 194fb51f75
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ Don't rely on smartctl return code (2), parse the output instead.
Update to latest drivedb.
Write and install appdata file - http://people.freedesktop.org/~hughsient/appdata/
Test Areca windows detection by installing CLI, then replacing it with a dummy
program that prints something (with enclosures and without).
@@ -19,10 +19,13 @@
</ms_asmv2:trustInfo>
<!-- GTK applications are dpi-aware -->
<!-- Disable for now, since there are lots of issues at 200% and above -->
<!--
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
-->
</assembly>