]> sigrok.org Git - sigrok-cli.git/commitdiff
cli/gtk/qt: nsis: Better installer filename.
authorUwe Hermann <redacted>
Wed, 22 Feb 2012 18:16:03 +0000 (19:16 +0100)
committerUwe Hermann <redacted>
Wed, 22 Feb 2012 23:27:12 +0000 (00:27 +0100)
contrib/sigrok-cli.nsi.in

index 8eb4510ffe57257cd9ed48c1ad9c11d99a061d3c..6958c012685cab99df9e7858323619673ba2321c 100644 (file)
@@ -36,7 +36,7 @@
 Name "@PACKAGE_NAME@"
 
 # Filename of the installer executable.
-OutFile "@PACKAGE_NAME@-installer-@PACKAGE_VERSION@.exe"
+OutFile "@PACKAGE_NAME@-@PACKAGE_VERSION@-installer.exe"
 
 # Where to install the application.
 InstallDir "$PROGRAMFILES\sigrok\@PACKAGE_NAME@"