diff options
| author | Werner Koch <[email protected]> | 2014-06-25 18:25:28 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2014-06-27 18:17:14 +0000 |
| commit | adad1872b448593275d8cae06dffe376bee067b5 (patch) | |
| tree | 10c6661cdcc3099c3ccb8303c5f7c4db6c7725fe | |
| parent | po: Auto-update (diff) | |
| download | gnupg-adad1872b448593275d8cae06dffe376bee067b5.tar.gz gnupg-adad1872b448593275d8cae06dffe376bee067b5.zip | |
speedo: Fix the w32 installer name
| -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" |
