From: Joost Verburg Date: Mon, 6 Nov 2006 22:15:04 +0000 (+0000) Subject: move compressor setting to lyx.nsi because it should not apply to scripts that includ... X-Git-Tag: 1.6.10~12009 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dbb980e1dd412c62f948597dbad474c96124c995;p=features.git move compressor setting to lyx.nsi because it should not apply to scripts that include the settings file git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15776 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/installer/lyx.nsi b/development/Win32/packaging/installer/lyx.nsi index 30d0a74210..ad2d7f849e 100644 --- a/development/Win32/packaging/installer/lyx.nsi +++ b/development/Win32/packaging/installer/lyx.nsi @@ -9,6 +9,8 @@ in the file COPYING or at http://www.lyx.org/about/license.php */ +SetCompressor /SOLID lzma + !include "include\declarations.nsh" ;-------------------------------- diff --git a/development/Win32/packaging/installer/settings.nsh b/development/Win32/packaging/installer/settings.nsh index f6c410bbad..0699488112 100644 --- a/development/Win32/packaging/installer/settings.nsh +++ b/development/Win32/packaging/installer/settings.nsh @@ -112,8 +112,3 @@ Settings for LyX installer ;Custom NSIS plug-ins !addplugindir "${FILES_NSISPLUGINS}" - -;-------------------------------- -;Compession - -SetCompressor /SOLID lzma