mirror of
https://github.com/Radarr/Radarr
synced 2025-12-22 16:23:36 +01:00
fixed runner path for Linux
This commit is contained in:
parent
ddff598ba4
commit
836a79a9cc
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public void Start()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Start("bin\\NzbDrone.Console.exe");
|
Start(Path.Combine("bin","NzbDrone.Console.exe"));
|
||||||
}
|
}
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue