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:
commit
3ed887d926
1 changed files with 1 additions and 2 deletions
|
@ -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()}");
|
||||
|
|
Loading…
Reference in a new issue