mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 03:35:03 -04:00
fixed runner path for Linux
This commit is contained in:
1 parent
ddff598ba4
commit
836a79a9cc
1 file changed
+1
-1
@@ -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