From 5c91b28afe25dcd62b9cf931bed646fe066311da Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Tue, 2 Dec 2014 19:05:26 -0800 Subject: [PATCH] updated OS X start .app script --- osx-app/Sonarr.app/Contents/MacOS/Sonarr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osx-app/Sonarr.app/Contents/MacOS/Sonarr b/osx-app/Sonarr.app/Contents/MacOS/Sonarr index d2055293a..377ab3469 100755 --- a/osx-app/Sonarr.app/Contents/MacOS/Sonarr +++ b/osx-app/Sonarr.app/Contents/MacOS/Sonarr @@ -4,7 +4,7 @@ DIR=$(cd "$(dirname "$0")"; pwd) #change these values to match your app -EXE_PATH="$DIR\nzbdrone.exe" +EXE_PATH="$DIR/nzbdrone.exe" APPNAME="Sonarr" #set up environment @@ -17,7 +17,7 @@ REQUIRED_MAJOR=3 REQUIRED_MINOR=10 VERSION_TITLE="Cannot launch $APPNAME" -VERSION_MSG="$APPNAME requires Mono Runtime Environment (MRE) $REQUIRED_MAJOR.$REQUIRED_MINOR or later." +VERSION_MSG="$APPNAME requires Mono Runtime Environment(MRE) $REQUIRED_MAJOR.$REQUIRED_MINOR or later." DOWNLOAD_URL="http://www.mono-project.com/download/#download-mac" MONO_VERSION="$(mono --version | grep 'Mono JIT compiler version ' | cut -f5 -d\ )" @@ -38,4 +38,4 @@ fi MONO_EXEC="exec mono --debug" #run app using mono -$MONO_EXEC --debug "$EXE_PATH" \ No newline at end of file +$MONO_EXEC "$EXE_PATH" \ No newline at end of file