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