Skip to content

Commit

Permalink
Name Start Menu shortcuts more descriptively
Browse files Browse the repository at this point in the history
This is the first step towards JuliaLang#13239. It would be nice to also include
exact commit number and architecture, but I don't know how to get at them.
  • Loading branch information
Tomas Lycken committed Sep 21, 2015
1 parent 2c59bc1 commit 2a2de21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/windows/build-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ SectionEnd
# Helper function to create Start Menu folder and shortcuts
Function AddToStartMenu
CreateDirectory "$SMPROGRAMS\${JuliaStartMenuFolder}"
CreateShortcut "$SMPROGRAMS\${JuliaStartMenuFolder}\julia.lnk" "$INSTDIR\julia.lnk" "" "" "" "" "" "The Julia Language"
CreateShortcut "$SMPROGRAMS\${JuliaStartMenuFolder}\Uninstall.lnk" "$instdir\Uninstall.exe"
CreateShortcut "$SMPROGRAMS\${JuliaStartMenuFolder}\julia-${Version}.lnk" "$INSTDIR\julia.lnk" "" "" "" "" "" "The Julia Language"
CreateShortcut "$SMPROGRAMS\${JuliaStartMenuFolder}\Uninstall-Julia-${Version}.lnk" "$instdir\Uninstall.exe"
FunctionEnd

# Opens the installation folder
Expand Down

0 comments on commit 2a2de21

Please sign in to comment.