Update tweaks

This commit is contained in:
Serge
2024-09-28 17:39:05 +02:00
parent c9698a1613
commit 4be790dce0

View File

@@ -145,7 +145,7 @@ namespace GHelper.AutoUpdate
Logger.WriteLine(ex.Message); Logger.WriteLine(ex.Message);
} }
Environment.Exit(0); Application.Exit();
} }
} }