mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
commit
f8b6b17c29
1 changed files with 2 additions and 1 deletions
|
@ -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()}");
|
||||
|
|
Loading…
Reference in a new issue