From 52ec1cf1b1d9f48bbbed36772294c8e80b9d8687 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 18 Mar 2015 21:03:19 +0000 Subject: [PATCH] Allow startup on case sensitive file systems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed EXE_PATH to match NzbDrone.exe’s capitalisation. --- osx/Sonarr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/Sonarr b/osx/Sonarr index 377ab3469..d2de60a86 100644 --- a/osx/Sonarr +++ b/osx/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