Skip to content

Commit

Permalink
unnecessary shortcut creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
morkt committed Apr 20, 2019
1 parent 65c98ce commit c664932
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GARbro.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c664932

Please sign in to comment.