mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-04 06:12:32 +02:00
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:
@@ -1,6 +1,7 @@
|
||||
Name Bitcoin
|
||||
|
||||
RequestExecutionLevel highest
|
||||
SetCompressor /SOLID lzma
|
||||
|
||||
# General Symbol Definitions
|
||||
!define REGKEY "SOFTWARE\$(^Name)"
|
||||
|
Reference in New Issue
Block a user