omlapp/Open Media Library.app/Contents/MacOS/Open Media Library

11 lines
294 B
Text
Raw Normal View History

2014-08-04 19:41:30 +00:00
#!/bin/sh
cd "`dirname "$0"`"
BASE="$HOME/Library/Application Support/Open Media Library/"
if [ -e "$BASE" ]; then
launchctl start com.openmedialibrary.loginscript
open "$BASE/openmedialibrary/static/html/load.html"
else
python install.py "$BASE" &
open ../Resources/static/install.html
fi