From 38b360b0b7080b06998d1cac1d6d09957fa44844 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 27 Feb 2021 13:38:54 -0800 Subject: [PATCH] altosui: open /Library/AltusMetrum on Mac OS X after install This helps the user find the documentation. Signed-off-by: Keith Packard --- altosui/install-macosx | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2