mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-07 17:55:30 +00:00
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:
parent
cae9a14cce
commit
52f7be199d
@ -9,6 +9,8 @@ in the file COPYING or at http://www.lyx.org/about/license.php
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
SetCompressor /SOLID lzma
|
||||||
|
|
||||||
!include "include\declarations.nsh"
|
!include "include\declarations.nsh"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
@ -121,8 +121,3 @@ Settings for LyX installer
|
|||||||
;Custom NSIS plug-ins
|
;Custom NSIS plug-ins
|
||||||
|
|
||||||
!addplugindir "${FILES_NSISPLUGINS}"
|
!addplugindir "${FILES_NSISPLUGINS}"
|
||||||
|
|
||||||
;--------------------------------
|
|
||||||
;Compession
|
|
||||||
|
|
||||||
SetCompressor /SOLID lzma
|
|
||||||
|
Loading…
Reference in New Issue
Block a user