Update macOS installer resources

This commit is contained in:
Ned Deily 2018-02-27 17:39:50 -05:00
parent 9189e95d9c
commit cc5ac04c07
3 changed files with 25 additions and 35 deletions

View file

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