nasm.nsi: fixup output name
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 23 Sep 2009 17:29:57 +0000 (21:29 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 23 Sep 2009 17:29:57 +0000 (21:29 +0400)
Sigh... It should be PACKAGE_SHORT_NAME
rather then PRODUCT_SHORT_NAME.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasm.nsi

index f0e6f6f..f2d93a2 100644 (file)
--- a/nasm.nsi
+++ b/nasm.nsi
@@ -48,7 +48,7 @@ SetCompressor lzma
 
 ;Name and file
 Name "${PACKAGE_NAME}"
-OutFile "${PRODUCT_SHORT_NAME}-installer.exe"
+OutFile "${PACKAGE_SHORT_NAME}-installer.exe"
 
 ;Get installation folder from registry if available
 InstallDirRegKey HKCU "Software\${PRODUCT_SHORT_NAME}" ""