Skip to content

Commit

Permalink
Set default compression for NSIS installer to LZMA.
Browse files Browse the repository at this point in the history
Use of LZMA (versus the current zlib) shaves a few MB off the installer.
  • Loading branch information
jayschwa committed Jul 11, 2011
1 parent 6c94981 commit 230b894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/setup.nsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Name Bitcoin

RequestExecutionLevel highest
SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
Expand Down

0 comments on commit 230b894

Please sign in to comment.