summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-07-05 19:17:07 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-07-05 19:17:07 -0700
commit86eb8b057f6e5a9daf5c2f36420bbf245836d2ac (patch)
tree7f7bb086a5a8a2be01ac980e9f518b5b054c8a24
parent7ae512b5a8b83837d1fd2a940ca866e254e1bb9a (diff)
downloadnasm-86eb8b057f6e5a9daf5c2f36420bbf245836d2ac.tar.gz
nasm.nsi: use LZMA compression
Using LZMA compression produces a significantly smaller installer binary. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--nasm.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/nasm.nsi b/nasm.nsi
index 83d75080..0e1d4035 100644
--- a/nasm.nsi
+++ b/nasm.nsi
@@ -32,7 +32,7 @@ Name "${PACKAGE_NAME}"
OutFile "${PACKAGE_SHORT_NAME}-installer.exe"
InstallDir "$PROGRAMFILES\NASM"
InstallDirRegKey HKLM "SOFTWARE\${PACKAGE_SHORT_NAME}" "InstallDir"
-SetCompressor bzip2
+SetCompressor lzma
XPStyle on