From c664932f0215cbd6e9674e997e72efa479e465a9 Mon Sep 17 00:00:00 2001 From: morkt Date: Sun, 21 Apr 2019 00:22:34 +0400 Subject: [PATCH] unnecessary shortcut creation. --- GARbro.nsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/GARbro.nsi b/GARbro.nsi index 19882017..3ad4f92d 100644 --- a/GARbro.nsi +++ b/GARbro.nsi @@ -94,8 +94,6 @@ Section "install" CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Supported formats.lnk" "$INSTDIR\supported.html" CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Uninstall $(^Name).lnk" "$INSTDIR\uninstall.exe" !insertmacro MUI_STARTMENU_WRITE_END - - CreateShortCut "$DESKTOP\$(^Name).lnk" "$INSTDIR\GARbro.GUI.exe" SectionEnd Section "uninstall"