From dbb980e1dd412c62f948597dbad474c96124c995 Mon Sep 17 00:00:00 2001 From: Joost Verburg Date: Mon, 6 Nov 2006 22:15:04 +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/trunk@15776 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 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 -- 2.39.2