Revert "MonoDebug2"

This commit is contained in:
flightlevel
2015-11-20 20:44:29 +11:00
parent f8b6b17c29
commit 95f96662bf

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