1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 15:42:48 +00:00

Merge pull request #75 from Jackett/revert-72-monodebug2

Revert "MonoDebug2"
This commit is contained in:
flightlevel 2015-11-20 20:45:41 +11:00
commit 3ed887d926

View file

@ -255,8 +255,7 @@ namespace Jackett.Services
var startInfo = new ProcessStartInfo()
{
Arguments = $"--Path \"{installLocation}\" --Type \"{exe}\" --Args \"{args}\"",
FileName = Path.Combine(updaterExePath),
UseShellExecute = false
FileName = Path.Combine(updaterExePath)
};
logger.Info($"startInfoArguments: {startInfo.Arguments.ToString()}");