]> sigrok.org Git - sigrok-gtk.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-gtk.nsi.in

index 5f466341953c83800aefe9bbc8e2cf3615220307..c105c90ca9f11a3ac71d50e5a8f3e044cbf33c7f 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@"