From 0c1bd06a6c2bfa2d5ceb3f0bdc35718e1be2a84a Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 23 Sep 2009 21:29:57 +0400 Subject: [PATCH] nasm.nsi: fixup output name Sigh... It should be PACKAGE_SHORT_NAME rather then PRODUCT_SHORT_NAME. Signed-off-by: Cyrill Gorcunov --- nasm.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nasm.nsi b/nasm.nsi index f0e6f6f..f2d93a2 100644 --- 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}" "" -- 2.7.4