Browse Source

Set default compression for NSIS installer to LZMA.

Use of LZMA (versus the current zlib) shaves a few MB off the installer.
pull/145/head
Jay Weisskopf 13 years ago
parent
commit
230b894779
  1. 1
      share/setup.nsi

1
share/setup.nsi

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

Loading…
Cancel
Save