mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05: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:
parent
6c9498147f
commit
230b894779
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
Name Bitcoin
|
Name Bitcoin
|
||||||
|
|
||||||
RequestExecutionLevel highest
|
RequestExecutionLevel highest
|
||||||
|
SetCompressor /SOLID lzma
|
||||||
|
|
||||||
# General Symbol Definitions
|
# General Symbol Definitions
|
||||||
!define REGKEY "SOFTWARE\$(^Name)"
|
!define REGKEY "SOFTWARE\$(^Name)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue