nsis: use /solid compression for smaller size

Use /solid compression for smaller size.  By default nsis compresses
one file at a time (like .zip default), as opposed to the whole data
block (.tar.gz).  The latter gives significantly better compression,
so use it.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2017-04-07 11:05:09 -07:00
parent bdbaaa207c
commit 92ae33b1b3

View File

@ -36,7 +36,7 @@
!define PACKAGE_NAME "${PRODUCT_NAME} ${VERSION}"
!define PACKAGE_SHORT_NAME "${PRODUCT_SHORT_NAME}-${VERSION}"
SetCompressor lzma
SetCompressor /solid lzma
!if "${NSIS_PACKEDVERSION}" >= 0x3000000
Unicode true