Add some logging and handle update error
All checks were successful
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Successful in 54s

This commit is contained in:
2026-01-27 20:30:48 -05:00
parent 2e14ff032b
commit 89d750fbe6
2 changed files with 11 additions and 0 deletions

View File

@@ -120,6 +120,8 @@ internal class WindowSource : IWindowSource, IDisposable
catch (Exception e)
{
Log.Error(e, nameof(UpdateApp));
return false;
}
return true;