From: Uwe Hermann Date: Wed, 8 Feb 2012 00:33:34 +0000 (+0100) Subject: cli: nsis: Fix copy-paste error. X-Git-Tag: sigrok-cli-0.3.0~43 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=ba77cddf80202ec7a8a83ba83eddc24a29686e48 cli: nsis: Fix copy-paste error. --- diff --git a/contrib/sigrok-cli.nsi.in b/contrib/sigrok-cli.nsi.in index fdf41d8..55868a2 100644 --- a/contrib/sigrok-cli.nsi.in +++ b/contrib/sigrok-cli.nsi.in @@ -166,7 +166,7 @@ Section "@PACKAGE_NAME@ (required)" Section1 CreateShortCut "$SMPROGRAMS\sigrok\@PACKAGE_NAME@\sigrok command-line tool.lnk" \ "$SYSDIR\cmd.exe" \ "/K echo For instructions run sigrok-cli --help." \ - "$INSTDIR\Uninstall.exe" 0 \ + "$SYSDIR\cmd.exe" 0 \ SW_SHOWNORMAL "" "Run @PACKAGE_NAME@" # Create a shortcut for the uninstaller.