aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-06-25 18:25:28 +0000
committerWerner Koch <[email protected]>2014-06-27 18:17:14 +0000
commitadad1872b448593275d8cae06dffe376bee067b5 (patch)
tree10c6661cdcc3099c3ccb8303c5f7c4db6c7725fe
parentpo: Auto-update (diff)
downloadgnupg-adad1872b448593275d8cae06dffe376bee067b5.tar.gz
gnupg-adad1872b448593275d8cae06dffe376bee067b5.zip
speedo: Fix the w32 installer name
Diffstat (limited to '')
-rw-r--r--build-aux/speedo/w32/inst.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi
index 5f8c55cfc..4d18d912d 100644
--- a/build-aux/speedo/w32/inst.nsi
+++ b/build-aux/speedo/w32/inst.nsi
@@ -94,7 +94,7 @@ SetCompressor lzma
Name "${PRETTY_PACKAGE}"
# Set the output filename.
-OutFile "$(NAME)-${VERSION}.exe"
+OutFile "${NAME}-${VERSION}.exe"
#Fixme: Do we need a logo
#Icon "${TOP_SRCDIR}/doc/logo/gnupg-logo-icon.ico"