From ba77cddf80202ec7a8a83ba83eddc24a29686e48 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 8 Feb 2012 01:33:34 +0100 Subject: [PATCH] cli: nsis: Fix copy-paste error. --- contrib/sigrok-cli.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2