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
This commit is contained in:
Joost Verburg 2006-11-06 22:15:04 +00:00
parent 26f65e29a8
commit dbb980e1dd
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

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