Win installer: enable support for high DPI

This commit is contained in:
Uwe Stöhr 2017-11-18 15:22:26 +01:00
parent dc52d7ab2a
commit f0aabdc987
3 changed files with 7 additions and 0 deletions

View 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

View 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

View 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