]> git.lyx.org Git - features.git/commitdiff
move compressor setting to lyx.nsi because it should not apply to scripts that includ...
authorJoost Verburg <joostverburg@users.sourceforge.net>
Mon, 6 Nov 2006 22:15:04 +0000 (22:15 +0000)
committerJoost Verburg <joostverburg@users.sourceforge.net>
Mon, 6 Nov 2006 22:15:04 +0000 (22:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15776 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/lyx.nsi
development/Win32/packaging/installer/settings.nsh

index 30d0a742101301e3d4ab824ba1b6c4d0fdae08b1..ad2d7f849e6af3db7a78863d468b6f2bde9c1888 100644 (file)
@@ -9,6 +9,8 @@ in the file COPYING or at http://www.lyx.org/about/license.php
 \r
 */\r
 \r
+SetCompressor /SOLID lzma\r
+\r
 !include "include\declarations.nsh"\r
 \r
 ;--------------------------------\r
index f6c410bbadcc606ee8c6d5a07ea3f73d3c1dfd23..06994881120f00bdc8128e0f6afb733a8c4f65a2 100644 (file)
@@ -112,8 +112,3 @@ Settings for LyX installer
 ;Custom NSIS plug-ins\r
 \r
 !addplugindir "${FILES_NSISPLUGINS}"\r
-\r
-;--------------------------------\r
-;Compession\r
-\r
-SetCompressor /SOLID lzma\r