Set default compression for NSIS installer to LZMA.
authorJay Weisskopf <jay@jayschwa.net>
Mon, 11 Jul 2011 07:11:15 +0000 (02:11 -0500)
committerJay Weisskopf <jay@jayschwa.net>
Mon, 11 Jul 2011 22:44:44 +0000 (17:44 -0500)
Use of LZMA (versus the current zlib) shaves a few MB off the installer.

share/setup.nsi

index cd39aa3..022eea8 100644 (file)
@@ -1,6 +1,7 @@
 Name Bitcoin\r
 \r
 RequestExecutionLevel highest\r
+SetCompressor /SOLID lzma\r
 \r
 # General Symbol Definitions\r
 !define REGKEY "SOFTWARE\$(^Name)"\r