summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2009-09-23 20:43:34 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2009-09-23 20:43:34 +0400
commit6bd3f0bd9cee8dcb72c15b1e7d4a5e0649073233 (patch)
tree8af024686fed0ee92e1666630b52eca28a790d44
parent33dd6d94c3fa4ff13de5ad5715efa08118006933 (diff)
downloadnasm-6bd3f0bd9cee8dcb72c15b1e7d4a5e0649073233.tar.gz
nasm.nsi: restore old output name and compressor
Othrewise build robot fails Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--nasm.nsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/nasm.nsi b/nasm.nsi
index f7719782..70130d88 100644
--- a/nasm.nsi
+++ b/nasm.nsi
@@ -46,7 +46,8 @@
;Name and file
Name "${PACKAGE_NAME}"
-OutFile "${PACKAGE_NAME}-installer.exe"
+OutFile "${PRODUCT_SHORT_NAME}-installer.exe"
+SetCompressor lzma
;Get installation folder from registry if available
InstallDirRegKey HKCU "Software\${PRODUCT_SHORT_NAME}" ""