From 4be790dce0fa47a1da3d849b7eb0f865bbd02be8 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 28 Sep 2024 17:39:05 +0200 Subject: [PATCH] Update tweaks --- app/AutoUpdate/AutoUpdateControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AutoUpdate/AutoUpdateControl.cs b/app/AutoUpdate/AutoUpdateControl.cs index 03d982c6..38dc7aac 100644 --- a/app/AutoUpdate/AutoUpdateControl.cs +++ b/app/AutoUpdate/AutoUpdateControl.cs @@ -145,7 +145,7 @@ namespace GHelper.AutoUpdate Logger.WriteLine(ex.Message); } - Environment.Exit(0); + Application.Exit(); } }