mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-31 23:19:44 +08:00
GUI: add cross-platform release updater (#243)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user