mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
use original exe filename
This commit is contained in:
@@ -256,7 +256,7 @@ namespace Jackett.Services
|
||||
|
||||
private void StartUpdate(string updaterExePath, string installLocation, bool isWindows, bool NoRestart)
|
||||
{
|
||||
var exe = Path.GetFileName(ExePath()).ToLowerInvariant();
|
||||
var exe = Path.GetFileName(ExePath());
|
||||
var args = string.Join(" ", Environment.GetCommandLineArgs().Skip(1));
|
||||
|
||||
var startInfo = new ProcessStartInfo();
|
||||
|
Reference in New Issue
Block a user