]> git.lyx.org Git - features.git/commitdiff
Win installer: backport some updates
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 13 Nov 2017 20:24:33 +0000 (21:24 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Mon, 13 Nov 2017 20:24:33 +0000 (21:24 +0100)
development/Win32/packaging/installer/ChangeLog.txt
development/Win32/packaging/installer/Packages.txt
development/Win32/packaging/installer/settings.nsh

index 9977d7d372f6f610c0d5bb238d7f2d01a08fed0b..46fd2d52be248536553d2af0fba8a04beaee5c8d 100644 (file)
@@ -2,7 +2,7 @@
 - installs LyX 2.2.4
 - fix bug that the BibTeX editor Jabref and the image editor Krita
   were not detected as 64bit application
-- updated to MiKTeX 2.9 build 6361
+- updated to MiKTeX 2.9 build 6520
 - updated to ImageMagick 7.0.7-8
 - updated to Perl 5.24.2.1
 - updated to Python 2.7.14
index 23d894502767e450321b233d89225fd54184cc0a..98fddd790e1b2fc2a0b99b7dacdf02bdaa7fc759 100644 (file)
@@ -261,4 +261,5 @@ tracklang
 acrotex
 zhmetrics
 conv-xkv
-luatex85
\ No newline at end of file
+luatex85
+dvips
\ No newline at end of file
index 63f788473ea1ee1f5fbfe686dedf63237db2e609..e09a65be4954524db7ad5fb9fd807864c42a136d 100644 (file)
@@ -52,5 +52,5 @@ 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