From adad1872b448593275d8cae06dffe376bee067b5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 25 Jun 2014 20:25:28 +0200 Subject: [PATCH] speedo: Fix the w32 installer name --- build-aux/speedo/w32/inst.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"