From: Jean-Marc Lasgouttes Date: Tue, 11 Apr 2006 15:27:27 +0000 (+0000) Subject: tweak compression setting X-Git-Tag: 1.6.10~13354 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=807c2d531030a498bf9e04f1bfc8a618aa04b235;p=lyx.git tweak compression setting git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13652 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/installer/lyx_installer.nsi b/development/Win32/packaging/installer/lyx_installer.nsi index 67cbc4be1e..6f109c9b45 100644 --- a/development/Win32/packaging/installer/lyx_installer.nsi +++ b/development/Win32/packaging/installer/lyx_installer.nsi @@ -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...