diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2009-09-23 20:43:34 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2009-09-23 20:43:34 +0400 |
commit | 6bd3f0bd9cee8dcb72c15b1e7d4a5e0649073233 (patch) | |
tree | 8af024686fed0ee92e1666630b52eca28a790d44 /nasm.nsi | |
parent | 33dd6d94c3fa4ff13de5ad5715efa08118006933 (diff) | |
download | nasm-6bd3f0bd9cee8dcb72c15b1e7d4a5e0649073233.tar.gz |
nasm.nsi: restore old output name and compressor
Othrewise build robot fails
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'nasm.nsi')
-rw-r--r-- | nasm.nsi | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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}" "" |