mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
fixed runner path for Linux
This commit is contained in:
@@ -33,7 +33,7 @@ namespace NzbDrone.Integration.Test
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Start("bin\\NzbDrone.Console.exe");
|
Start(Path.Combine("bin","NzbDrone.Console.exe"));
|
||||||
}
|
}
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
|
|||||||
Reference in New Issue
Block a user