]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/packaging/installer/lyx-standard.nsi
Win installer: enable support for high DPI
[lyx.git] / development / Win32 / packaging / installer / lyx-standard.nsi
index 0a0f756bd12946e50d07c71a6f081010b470b41b..75f651a231f38a5405769920fe54b034437b0665 100644 (file)
@@ -14,6 +14,9 @@ SetCompressor /SOLID lzma
 # make it a Unicode installer
 Unicode true
 
+# enable support for high DPI resolution
+ManifestDPIAware true
+
 !ifndef SETUPTYPE
  !define SETUPTYPE STANDARD
 !endif