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
This commit is contained in:
Joost Verburg 2006-11-06 22:14:38 +00:00
parent cae9a14cce
commit 52f7be199d
2 changed files with 2 additions and 5 deletions

View File

@ -9,6 +9,8 @@ in the file COPYING or at http://www.lyx.org/about/license.php
*/
SetCompressor /SOLID lzma
!include "include\declarations.nsh"
;--------------------------------

View File

@ -121,8 +121,3 @@ Settings for LyX installer
;Custom NSIS plug-ins
!addplugindir "${FILES_NSISPLUGINS}"
;--------------------------------
;Compession
SetCompressor /SOLID lzma