From 52f7be199dbf1765a42b73cfe229d56b8494628b Mon Sep 17 00:00:00 2001 From: Joost Verburg Date: Mon, 6 Nov 2006 22:14:38 +0000 Subject: [PATCH] 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/branches/BRANCH_1_4_X@15775 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/installer/lyx.nsi | 2 ++ development/Win32/packaging/installer/settings.nsh | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) 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 a98ee3145a..c92dd80d7e 100644 --- a/development/Win32/packaging/installer/settings.nsh +++ b/development/Win32/packaging/installer/settings.nsh @@ -121,8 +121,3 @@ Settings for LyX installer ;Custom NSIS plug-ins !addplugindir "${FILES_NSISPLUGINS}" - -;-------------------------------- -;Compession - -SetCompressor /SOLID lzma