Installer: Rename Examples.lnk
authorSoeren Apel <soeren@apelpie.net>
Sun, 4 Jun 2017 20:32:18 +0000 (22:32 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Mon, 5 Jun 2017 15:17:45 +0000 (17:17 +0200)
contrib/pulseview_cross.nsi.in

index 4927f6a6669422fd710b57e6328e66d796a226b1..439fd2356c2acde4ff810429d53ce65daacbce9e 100644 (file)
@@ -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"