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

Merge pull request #72 from flightlevel/monodebug2

MonoDebug2
This commit is contained in:
flightlevel 2015-11-19 22:20:23 +11:00
commit f8b6b17c29

View file

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