]> git.lyx.org Git - lyx.git/commitdiff
Win installer: enable support for high DPI
authorUwe Stöhr <uwestoehr@lyx.org>
Sat, 18 Nov 2017 14:22:26 +0000 (15:22 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sat, 18 Nov 2017 14:22:26 +0000 (15:22 +0100)
development/Win32/packaging/installer/ChangeLog.txt
development/Win32/packaging/installer/lyx-bundle.nsi
development/Win32/packaging/installer/lyx-standard.nsi

index 46fd2d52be248536553d2af0fba8a04beaee5c8d..13de7847ebd93226260cee0db1aebf63c6ef7cc1 100644 (file)
@@ -1,5 +1,6 @@
 Changelog for LyX-224-1:
 - installs LyX 2.2.4
+- enable high display resolution support for the installer
 - fix bug that the BibTeX editor Jabref and the image editor Krita
   were not detected as 64bit application
 - updated to MiKTeX 2.9 build 6520
index c7fa22e8579396a400d1ed307416d711a7a73525..4bd0951d5668570246a4094714e566c0b50de099 100644 (file)
@@ -16,6 +16,9 @@ SetCompressor /SOLID lzma
 # make it a Unicode installer
 Unicode true
 
+# enable support for high DPI resolution
+ManifestDPIAware true
+
 !ifndef SETUPTYPE
  !define SETUPTYPE BUNDLE
 !endif
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