From 0e206885e6ec4360fd06e336b12f01d605d926f7 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Sun, 4 Jun 2017 22:32:18 +0200 Subject: [PATCH] Installer: Rename Examples.lnk --- contrib/pulseview_cross.nsi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/pulseview_cross.nsi.in b/contrib/pulseview_cross.nsi.in index 4927f6a6..439fd235 100644 --- a/contrib/pulseview_cross.nsi.in +++ b/contrib/pulseview_cross.nsi.in @@ -239,7 +239,7 @@ Section /o "Example data" Section2 File "${CROSS}/share/sigrok-dumps/z80/kc85/kc85-20mhz.sr" # Create a shortcut for the example data folder. - CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Examples.lnk" \ + CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Examples (PulseView).lnk" \ "$INSTDIR\examples" "" "$INSTDIR\examples" 0 \ SW_SHOWNORMAL "" "" SectionEnd @@ -280,7 +280,7 @@ Section "Uninstall" Delete "$SMPROGRAMS\sigrok\PulseView\Uninstall PulseView.lnk" Delete "$SMPROGRAMS\sigrok\PulseView\Zadig (PulseView).lnk" Delete "$SMPROGRAMS\sigrok\PulseView\Zadig (PulseView, Win XP).lnk" - Delete "$SMPROGRAMS\sigrok\PulseView\Examples.lnk" + Delete "$SMPROGRAMS\sigrok\PulseView\Examples (PulseView).lnk" # Delete the sub-directory in the start menu. RMDir "$SMPROGRAMS\sigrok\PulseView" -- 2.30.2