]> git.lyx.org Git - lyx.git/commitdiff
tweak compression setting
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 11 Apr 2006 15:27:27 +0000 (15:27 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 11 Apr 2006 15:27:27 +0000 (15:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13652 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/lyx_installer.nsi

index 67cbc4be1e07b625794b77bec6fbc136687f1723..6f109c9b45b73c9b9e9c6abb054650e69ede6e07 100644 (file)
@@ -20,7 +20,7 @@
 CRCCheck force
 
 ; Make the installer as small as possible.
-SetCompressor lzma
+SetCompressor /SOLID lzma
 
 ;--------------------------------
 ; You should need to change only these macros...