From 230b894779aa0876e68eb7ebdcf8d05bf1ac97b4 Mon Sep 17 00:00:00 2001 From: Jay Weisskopf Date: Mon, 11 Jul 2011 02:11:15 -0500 Subject: [PATCH] Set default compression for NSIS installer to LZMA. Use of LZMA (versus the current zlib) shaves a few MB off the installer. --- share/setup.nsi | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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)" -- 1.7.1