mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
Win installer: enable support for high DPI
This commit is contained in:
parent
dc52d7ab2a
commit
f0aabdc987
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user