mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
LyXWinInstaller: reflect GS update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17642 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
576c3e1624
commit
1b8c157e54
@ -11,7 +11,9 @@
|
||||
- new window style for View -> View Source
|
||||
- many, many bug fixes
|
||||
|
||||
- updated to ImageMagick 6.3.3-4
|
||||
- updated to ImageMagick 6.3.3-4: fix bug that transparent image pixels appear
|
||||
black in DVI or Postscript output
|
||||
- updated to Ghostscript 8.56
|
||||
|
||||
- add missing DLL to run Python on all Win platforms
|
||||
- add missing image files for EmbeddedObjects manual
|
||||
|
@ -1,4 +1,4 @@
|
||||
; Lyx for Windows, NSIS v2 series installer script
|
||||
; Lyx for Windows, NSIS v2 series installer script
|
||||
|
||||
; File LyXWinInstaller.nsi
|
||||
; This file is part of LyX, the document processor.
|
||||
@ -57,7 +57,7 @@ BrandingText "LyXWinInstaller v3.10 - Complete"
|
||||
!define ImageMagickVersion "6.3.3"
|
||||
!define ImageMagickDir "$INSTDIR\etc\ImageMagick" ; for some odd reason the ImageMagick folder may not be a subfolder of $INSTDIR\bin!
|
||||
!define GhostscriptDir "$INSTDIR\etc\Ghostscript"
|
||||
!define GhostscriptVersion "8.54"
|
||||
!define GhostscriptVersion "8.56"
|
||||
!define AiksaurusDir "$APPDATA\Aiksaurus"
|
||||
!define AiksaurusInstall "external\Aiksaurus"
|
||||
!define AspellDir "$APPDATA\Aspell"
|
||||
|
@ -57,7 +57,7 @@ BrandingText "LyXWinInstaller v3.10 - Small"
|
||||
!define ImageMagickVersion "6.3.3"
|
||||
!define ImageMagickDir "$INSTDIR\etc\ImageMagick" ; for some odd reason the ImageMagick folder may not be a subfolder of $INSTDIR\bin!
|
||||
!define GhostscriptDir "$INSTDIR\etc\Ghostscript"
|
||||
!define GhostscriptVersion "8.54"
|
||||
!define GhostscriptVersion "8.56"
|
||||
!define AiksaurusDir "$APPDATA\Aiksaurus"
|
||||
!define AiksaurusInstall "external\Aiksaurus"
|
||||
!define AspellDir "$APPDATA\Aspell"
|
||||
|
Loading…
Reference in New Issue
Block a user