GUI: add cross-platform release updater (#243)

This commit is contained in:
mskomek
2026-07-16 14:01:42 +03:00
committed by GitHub
parent b4b95014f1
commit 53da00fa89
7 changed files with 397 additions and 3 deletions
+5
View File
@@ -63,6 +63,11 @@ internal static partial class Program
private static int Run(string[] args)
{
if (Updater.TryApply(args, out var updateExitCode))
{
return updateExitCode;
}
args = NormalizeInternalArguments(args, out var isMitigatedChild);
if (args.Length == 0 && !isMitigatedChild)
{