1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

fixed runner path for Linux

This commit is contained in:
kay.one 2013-08-13 21:09:34 -07:00
parent ddff598ba4
commit 836a79a9cc

View File

@ -33,7 +33,7 @@ public void Start()
}
else
{
Start("bin\\NzbDrone.Console.exe");
Start(Path.Combine("bin","NzbDrone.Console.exe"));
}
while (true)