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