From: Keith Packard Date: Sat, 27 Feb 2021 21:38:54 +0000 (-0800) Subject: altosui: open /Library/AltusMetrum on Mac OS X after install X-Git-Tag: 1.9.7~1^2~24 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=38b360b0b7080b06998d1cac1d6d09957fa44844 altosui: open /Library/AltusMetrum on Mac OS X after install This helps the user find the documentation. Signed-off-by: Keith Packard --- diff --git a/altosui/install-macosx b/altosui/install-macosx index 4aa741e1..e97a002a 100755 --- a/altosui/install-macosx +++ b/altosui/install-macosx @@ -51,4 +51,5 @@ for file in *; do ;; esac done +open "${LIBRARY}" osascript -e 'display dialog "Installation of'"${INSTALLED}"' complete" with title "Installation Complete" buttons {"OK"} default button 1' >/dev/null