X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=contrib%2Fsigrok-gtk.nsi.in;h=c1070809d8d87e0023ff399dcf62579c4310236d;hb=676bf74fb53a0931249719bfa5c4958308f3aa37;hp=5f466341953c83800aefe9bbc8e2cf3615220307;hpb=6a17a1ef71182d4abd896f7f32bf4e72aaf69aaf;p=sigrok-gtk.git diff --git a/contrib/sigrok-gtk.nsi.in b/contrib/sigrok-gtk.nsi.in index 5f46634..c107080 100644 --- a/contrib/sigrok-gtk.nsi.in +++ b/contrib/sigrok-gtk.nsi.in @@ -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@" @@ -212,7 +212,7 @@ Section "@PACKAGE_NAME@ (required)" Section1 WriteRegStr HKLM "${REGSTR}" "Contact" \ "sigrok-devel@lists.sourceforge.org" WriteRegStr HKLM "${REGSTR}" "Comments" \ - "This is the sigrok command-line application." + "This is a GTK+ based sigrok GUI." # Display "Remove" instead of "Modify/Remove" in the control panel. WriteRegDWORD HKLM "${REGSTR}" "NoModify" 1