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"