mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01: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,6 +1,7 @@
|
||||
Name Bitcoin
|
||||
|
||||
RequestExecutionLevel highest
|
||||
SetCompressor /SOLID lzma
|
||||
|
||||
# General Symbol Definitions
|
||||
!define REGKEY "SOFTWARE\$(^Name)"
|
||||
|
Loading…
Reference in New Issue
Block a user