Set default compression for NSIS installer to LZMA.

Use of LZMA (versus the current zlib) shaves a few MB off the installer.
This commit is contained in:
Jay Weisskopf 2011-07-11 02:11:15 -05:00
parent 6c9498147f
commit 230b894779

View file

@ -1,6 +1,7 @@
Name Bitcoin
RequestExecutionLevel highest
SetCompressor /SOLID lzma
# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"