Open Media Library.app
This commit is contained in:
commit
c72189069e
9 changed files with 270 additions and 0 deletions
10
Open Media Library.app/Contents/MacOS/Open Media Library
Executable file
10
Open Media Library.app/Contents/MacOS/Open Media Library
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue