altosui: open /Library/AltusMetrum on Mac OS X after install
authorKeith Packard <keithp@keithp.com>
Sat, 27 Feb 2021 21:38:54 +0000 (13:38 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 27 Feb 2021 21:44:48 +0000 (13:44 -0800)
This helps the user find the documentation.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/install-macosx

index 4aa741e172c2c1605b70c0fe2b552f8a798d1df3..e97a002ae2e08fb4f7a7219efa86b2c4a87c7ae4 100755 (executable)
@@ -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