version 0.31
* LZMA compression support * Fixed compression setting git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3210 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1dad9c938d
commit
888fcfec48
4 changed files with 43 additions and 15 deletions
|
@ -5,10 +5,12 @@ OutFile "${ZIP2EXE_OUTFILE}"
|
|||
|
||||
AllowRootDirInstall true
|
||||
|
||||
!ifdef ZIP2EXE_COMPERSSOR_ZLIB
|
||||
!ifdef ZIP2EXE_COMPRESSOR_ZLIB
|
||||
SetCompressor zlib
|
||||
!else ifdef ZIP2EXE_COMPERSSOR_BZIP2
|
||||
!else ifdef ZIP2EXE_COMPRESSOR_BZIP2
|
||||
SetCompressor bzip2
|
||||
!else ifdef ZIP2EXE_COMPRESSOR_LZMA
|
||||
SetCompressor lzma
|
||||
!endif
|
||||
|
||||
!ifdef ZIP2EXE_INSTALLDIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue