mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Win installer: update MiKTeX
- also remove Qt5XML in the installer as it appears not to be used by LyX - add a note that pdfview is not yet ready for full Unicode support
This commit is contained in:
parent
52be92d253
commit
d5f15f4a6d
@ -1,12 +1,10 @@
|
||||
Changelog for LyX-230-RC2:
|
||||
- correct display of installer text for many languages
|
||||
|
||||
|
||||
Changelog for LyX-230-RC1:
|
||||
Changelog for LyX-230-RC1:
|
||||
- installs LyX 2.3.0 RC1
|
||||
- correct display of installer text for many languages
|
||||
- fix bug that the BibTeX editor Jabref and the image editor Krita
|
||||
were not detected as 64bit application
|
||||
- updated to Qt 5.6.3
|
||||
- updated to MiKTeX 2.9 build 6520
|
||||
- updated to ImageMagick 7.0.7-8
|
||||
- updated to Ghostscript 9.22
|
||||
- updated thesaurus for Ukrainian
|
||||
|
@ -22,7 +22,6 @@ Lists of files to include in the installer
|
||||
${FILE}Qt5Svg.dll"
|
||||
${FILE}Qt5Widgets.dll"
|
||||
${FILE}Qt5WinExtras.dll"
|
||||
${FILE}Qt5Xml.dll"
|
||||
|
||||
!macroend
|
||||
|
||||
@ -49,7 +48,6 @@ Lists of files to include in the installer
|
||||
!macro FileListQtPlatforms COMMAND DIRECTORY
|
||||
|
||||
${FILE}qminimal.dll"
|
||||
${FILE}qoffscreen.dll"
|
||||
${FILE}qwindows.dll"
|
||||
|
||||
!macroend
|
||||
|
@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
|
||||
!define APP_VERSION_REVISION 0
|
||||
!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_VERSION_BUILD 3 # Start with 1 for the installer releases of each version
|
||||
!define APP_VERSION_BUILD 4 # 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
|
||||
|
||||
@ -52,6 +52,6 @@ These typically need to be modified for each LyX release
|
||||
|
||||
# definitions for the Complete installer
|
||||
!if ${SETUPTYPE} == BUNDLE
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6361.exe"
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6520.exe"
|
||||
!endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
Windows PDF view helper
|
||||
Author: Uwe Stöhr and Joost Verburg
|
||||
@ -10,6 +10,10 @@ but works around the file locking problems of Adobe Reader and Acrobat.
|
||||
|
||||
*/
|
||||
|
||||
# FIXME
|
||||
#Unicode true
|
||||
#doesn't work with the Uniode system.dll of NSIS 3.0.2
|
||||
|
||||
!include LogicLib.nsh
|
||||
!include FileFunc.nsh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user