changeset 755:44506c476292 draft

Set default compression for NSIS installer to LZMA. Use of LZMA (versus the current zlib) shaves a few MB off the installer.
author Jay Weisskopf <jay@jayschwa.net>
date Mon, 11 Jul 2011 02:11:15 -0500
parents dcf91a9f9962
children b90fff3a0dd5
files share/setup.nsi
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/share/setup.nsi
+++ b/share/setup.nsi
@@ -1,6 +1,7 @@
 Name Bitcoin
 
 RequestExecutionLevel highest
+SetCompressor /SOLID lzma
 
 # General Symbol Definitions
 !define REGKEY "SOFTWARE\$(^Name)"