1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-12 06:53:24 +00:00

Update and rename Sonarr to Lidarr

This commit is contained in:
nbonfire 2017-04-19 20:50:57 +02:00 committed by GitHub
parent e73158d5fa
commit 34683bfb3e

View file

@ -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