summaryrefslogtreecommitdiff
path: root/nasm.nsi
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2009-09-23 21:29:57 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2009-09-23 21:29:57 +0400
commit0c1bd06a6c2bfa2d5ceb3f0bdc35718e1be2a84a (patch)
treed154b596e826595dd4d64274f093f166c64f6730 /nasm.nsi
parent587f10ec472b2e2364c56193d37a7253a3e59b29 (diff)
downloadnasm-0c1bd06a6c2bfa2d5ceb3f0bdc35718e1be2a84a.tar.gz
nasm-0c1bd06a6c2bfa2d5ceb3f0bdc35718e1be2a84a.tar.bz2
nasm-0c1bd06a6c2bfa2d5ceb3f0bdc35718e1be2a84a.zip
nasm.nsi: fixup output name
Sigh... It should be PACKAGE_SHORT_NAME rather then PRODUCT_SHORT_NAME. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'nasm.nsi')
-rw-r--r--nasm.nsi2
1 files changed, 1 insertions, 1 deletions
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}" ""