mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-27 16:45:47 +01: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