]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/packaging/installer/lyx-standard.nsi
Win installer: convert the translations to Unicode
[lyx.git] / development / Win32 / packaging / installer / lyx-standard.nsi
index 2f366c11c9a9d41a55e42f9b18a79d6627e6aa44..981defd72a7f27e49d88c62a9a5b9da793437b91 100644 (file)
@@ -1,7 +1,7 @@
-/*
-NSIS Script - LyX 2.2 Installer for Windows
-Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
-Compatible with NSIS 2.46
+/*
+NSIS Script - LyX 2.3 Installer for Windows
+Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
+Compatible with NSIS 3.0
 */
 
 # Do a Cyclic Redundancy Check to make sure the installer
@@ -9,7 +9,7 @@ Compatible with NSIS 2.46
 CRCCheck force
 #
 # Make the installer as small as possible.
-#SetCompressor /SOLID lzma
+SetCompressor /SOLID lzma
 
 !ifndef SETUPTYPE
  !define SETUPTYPE STANDARD