unnecessary shortcut creation.

This commit is contained in:
morkt 2019-04-21 00:22:34 +04:00
parent 65c98ce876
commit c664932f02

View File

@ -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"