fix gititnore, add ico

This commit is contained in:
Alex Bezdieniezhnykh
2024-11-23 12:45:09 +02:00
parent 3b40bd601e
commit c80bb52fb9
7 changed files with 12 additions and 12 deletions
+3 -1
View File
@@ -44,6 +44,7 @@ public partial class App
static App()
{
//Load encrypted dlls
var result = Parser.Default.ParseArguments<SuiteCommandLineOptions>(Environment.GetCommandLineArgs());
if (result.Errors.Any())
return;
@@ -158,8 +159,9 @@ public partial class App
protected override async void OnExit(ExitEventArgs e)
{
base.OnExit(e);
await _host.StopAsync();
_host.Dispose();
base.OnExit(e);
}
}