Open Media Library.app

This commit is contained in:
j 2014-08-04 21:41:30 +02:00
commit c72189069e
9 changed files with 270 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/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