From: Jay Weisskopf Date: Mon, 11 Jul 2011 07:11:15 +0000 (-0500) Subject: Set default compression for NSIS installer to LZMA. X-Git-Tag: v0.4.0-unstable~227^2~98^2~1 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=230b894779aa0876e68eb7ebdcf8d05bf1ac97b4 Set default compression for NSIS installer to LZMA. Use of LZMA (versus the current zlib) shaves a few MB off the installer. --- diff --git a/share/setup.nsi b/share/setup.nsi index cd39aa3..022eea8 100644 --- 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)"