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
1 changed files with 1 additions and 2 deletions

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()}");