nasm.nsi: restore old output name and compressor

Othrewise build robot fails

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2009-09-23 20:43:34 +04:00
parent 33dd6d94c3
commit 6bd3f0bd9c

View File

@ -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}" ""