mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-28 15:51:02 -05:00
fixed runner path for Linux
This commit is contained in:
@@ -33,7 +33,7 @@ public void Start()
|
||||
}
|
||||
else
|
||||
{
|
||||
Start("bin\\NzbDrone.Console.exe");
|
||||
Start(Path.Combine("bin","NzbDrone.Console.exe"));
|
||||
}
|
||||
|
||||
while (true)
|
||||
|
||||
Reference in New Issue
Block a user