mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
updated OS X start .app script
This commit is contained in:
parent
45aee406b4
commit
5c91b28afe
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
DIR=$(cd "$(dirname "$0")"; pwd)
|
DIR=$(cd "$(dirname "$0")"; pwd)
|
||||||
|
|
||||||
#change these values to match your app
|
#change these values to match your app
|
||||||
EXE_PATH="$DIR\nzbdrone.exe"
|
EXE_PATH="$DIR/nzbdrone.exe"
|
||||||
APPNAME="Sonarr"
|
APPNAME="Sonarr"
|
||||||
|
|
||||||
#set up environment
|
#set up environment
|
||||||
|
@ -38,4 +38,4 @@ fi
|
||||||
MONO_EXEC="exec mono --debug"
|
MONO_EXEC="exec mono --debug"
|
||||||
|
|
||||||
#run app using mono
|
#run app using mono
|
||||||
$MONO_EXEC --debug "$EXE_PATH"
|
$MONO_EXEC "$EXE_PATH"
|
Loading…
Add table
Add a link
Reference in a new issue