-
Notifications
You must be signed in to change notification settings - Fork 866
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: macos autoupdate flow This removes macOS-specific code paths and replaces them with one unified logic for all three platforms (Windows/macOS/AppImage). It also fixes a bug where tray dissapears due to GC (it only worked because we had reference in ctx, but it could breat at any time) * style: improved update dialog copy * refactor: unobtrusive autoupdate notification This does not block main process nor interrupt user in any way. Notification can be safely ignored, in which case the update will be installed on exit.
- Loading branch information
Showing
4 changed files
with
56 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters