diff options
author | Werner Koch <wk@gnupg.org> | 2014-06-25 20:25:28 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-06-27 20:17:14 +0200 |
commit | adad1872b448593275d8cae06dffe376bee067b5 (patch) | |
tree | 10c6661cdcc3099c3ccb8303c5f7c4db6c7725fe /build-aux | |
parent | po: Auto-update (diff) | |
download | gnupg2-adad1872b448593275d8cae06dffe376bee067b5.tar.xz gnupg2-adad1872b448593275d8cae06dffe376bee067b5.zip |
speedo: Fix the w32 installer name
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/speedo/w32/inst.nsi | 2 |
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" |