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"