mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 01:37:07 +00: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 @@ namespace NzbDrone.Integration.Test
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Start("bin\\NzbDrone.Console.exe");
|
Start(Path.Combine("bin","NzbDrone.Console.exe"));
|
||||||
}
|
}
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
|
|
Loading…
Reference in a new issue