mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Win installer: backport recent changes
This commit is contained in:
parent
25333ea74d
commit
467ae50e6d
@ -1,5 +1,6 @@
|
|||||||
Changelog for LyX-230-RC1:
|
Changelog for LyX-230-RC1:
|
||||||
- installs LyX 2.3.0 RC1
|
- installs LyX 2.3.0 RC1
|
||||||
|
- enable high display resolution support for the installer
|
||||||
- correct display of installer text for many languages
|
- correct display of installer text for many languages
|
||||||
- fix bug that the BibTeX editor Jabref and the image editor Krita
|
- fix bug that the BibTeX editor Jabref and the image editor Krita
|
||||||
were not detected as 64bit application
|
were not detected as 64bit application
|
||||||
|
@ -84,6 +84,7 @@ framed
|
|||||||
greek-inputenc
|
greek-inputenc
|
||||||
harvard
|
harvard
|
||||||
hyphenat
|
hyphenat
|
||||||
|
inlinedef
|
||||||
iftex
|
iftex
|
||||||
jurabib
|
jurabib
|
||||||
lettrine
|
lettrine
|
||||||
@ -262,7 +263,10 @@ mptopdf
|
|||||||
pgfopts
|
pgfopts
|
||||||
elocalloc
|
elocalloc
|
||||||
datetime2
|
datetime2
|
||||||
|
datetime2-english
|
||||||
|
datetime2-french
|
||||||
datetime2-german
|
datetime2-german
|
||||||
|
datetime2-spanish
|
||||||
tracklang
|
tracklang
|
||||||
acrotex
|
acrotex
|
||||||
zhmetrics
|
zhmetrics
|
||||||
|
@ -16,6 +16,9 @@ SetCompressor /SOLID lzma
|
|||||||
# make it a Unicode installer
|
# make it a Unicode installer
|
||||||
Unicode true
|
Unicode true
|
||||||
|
|
||||||
|
# enable support for high DPI resolution
|
||||||
|
ManifestDPIAware true
|
||||||
|
|
||||||
!ifndef SETUPTYPE
|
!ifndef SETUPTYPE
|
||||||
!define SETUPTYPE BUNDLE
|
!define SETUPTYPE BUNDLE
|
||||||
!endif
|
!endif
|
||||||
|
@ -14,6 +14,9 @@ SetCompressor /SOLID lzma
|
|||||||
# make it a Unicode installer
|
# make it a Unicode installer
|
||||||
Unicode true
|
Unicode true
|
||||||
|
|
||||||
|
# enable support for high DPI resolution
|
||||||
|
ManifestDPIAware true
|
||||||
|
|
||||||
!ifndef SETUPTYPE
|
!ifndef SETUPTYPE
|
||||||
!define SETUPTYPE STANDARD
|
!define SETUPTYPE STANDARD
|
||||||
!endif
|
!endif
|
||||||
|
@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
|
|||||||
!define APP_VERSION_REVISION 0
|
!define APP_VERSION_REVISION 0
|
||||||
!define APP_VERSION_EMERGENCY "RC-1" # use "1" for an emergency release of LyX otherwise ""
|
!define APP_VERSION_EMERGENCY "RC-1" # use "1" for an emergency release of LyX otherwise ""
|
||||||
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
|
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
|
||||||
!define APP_VERSION_BUILD 4 # Start with 1 for the installer releases of each version
|
!define APP_VERSION_BUILD 5 # Start with 1 for the installer releases of each version
|
||||||
|
|
||||||
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display
|
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user