mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +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/trunk@15776 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
26f65e29a8
commit
dbb980e1dd
@ -9,6 +9,8 @@ in the file COPYING or at http://www.lyx.org/about/license.php
|
||||
|
||||
*/
|
||||
|
||||
SetCompressor /SOLID lzma
|
||||
|
||||
!include "include\declarations.nsh"
|
||||
|
||||
;--------------------------------
|
||||
|
@ -112,8 +112,3 @@ Settings for LyX installer
|
||||
;Custom NSIS plug-ins
|
||||
|
||||
!addplugindir "${FILES_NSISPLUGINS}"
|
||||
|
||||
;--------------------------------
|
||||
;Compession
|
||||
|
||||
SetCompressor /SOLID lzma
|
||||
|
Loading…
Reference in New Issue
Block a user