mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -255,7 +255,8 @@ namespace Jackett.Services
|
|||||||
var startInfo = new ProcessStartInfo()
|
var startInfo = new ProcessStartInfo()
|
||||||
{
|
{
|
||||||
Arguments = $"--Path \"{installLocation}\" --Type \"{exe}\" --Args \"{args}\"",
|
Arguments = $"--Path \"{installLocation}\" --Type \"{exe}\" --Args \"{args}\"",
|
||||||
FileName = Path.Combine(updaterExePath)
|
FileName = Path.Combine(updaterExePath),
|
||||||
|
UseShellExecute = false
|
||||||
};
|
};
|
||||||
|
|
||||||
logger.Info($"startInfoArguments: {startInfo.Arguments.ToString()}");
|
logger.Info($"startInfoArguments: {startInfo.Arguments.ToString()}");
|
||||||
|
Reference in New Issue
Block a user