NSIS: use zlib compression

LZMA is really, REALLY slow in NSIS’ Linux port. Fucking Windows devs.
It’s also overkill since our assets are already compressed, so
switch to zlib.
This commit is contained in:
Martin Herkt 2018-07-28 03:32:17 +02:00
parent 576643e1d6
commit 0386cc1364
No known key found for this signature in database
GPG key ID: C24B9CD04DC6AE7F

View file

@ -10,8 +10,7 @@ Name "Taisei Project"
!define APPNAME "Taisei Project"
OutFile "@OUTPUT@"
SetCompressor /SOLID lzma
SetCompressorDictSize 64
SetCompressor /SOLID zlib
!define VERSION "@VERSION({string})@"
!define PATCH "0"