From 34683bfb3efdbd1ac4dc5572b53fd85ae01e4851 Mon Sep 17 00:00:00 2001 From: nbonfire Date: Wed, 19 Apr 2017 20:50:57 +0200 Subject: [PATCH] Update and rename Sonarr to Lidarr --- osx/{Sonarr => Lidarr} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename osx/{Sonarr => Lidarr} (96%) diff --git a/osx/Sonarr b/osx/Lidarr similarity index 96% rename from osx/Sonarr rename to osx/Lidarr index db2a35399..2cbc0d1f5 100644 --- a/osx/Sonarr +++ b/osx/Lidarr @@ -4,8 +4,8 @@ DIR=$(cd "$(dirname "$0")"; pwd) #change these values to match your app -EXE_PATH="$DIR/NzbDrone.exe" -APPNAME="Sonarr" +EXE_PATH="$DIR/Lidarr.exe" +APPNAME="Lidarr" #set up environment if [[ -x '/opt/local/bin/mono' ]]; then @@ -55,4 +55,4 @@ fi MONO_EXEC="exec mono --debug" #run app using mono -$MONO_EXEC "$EXE_PATH" \ No newline at end of file +$MONO_EXEC "$EXE_PATH"