mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Update macOS installer resources
This commit is contained in:
parent
9189e95d9c
commit
cc5ac04c07
3 changed files with 25 additions and 35 deletions
|
@ -12,6 +12,7 @@ SHARE_DOCDIR_TO_FWK="../../.."
|
|||
# make link in /Applications/Python m.n/ for Finder users
|
||||
if [ -d "${APPDIR}" ]; then
|
||||
ln -fhs "${FWK_DOCDIR}/index.html" "${APPDIR}/Python Documentation.html"
|
||||
open "${APPDIR}" || true # open the applications folder
|
||||
fi
|
||||
|
||||
# make share/doc link in framework for command line users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue