You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue depends on the conclusion of the issue #22
As a user I would like to be notified whenever there is a new version of the application available. As well as be able to update the application in an easy fashion.
This issue depends on the conclusion of the issue #22
As a user I would like to be notified whenever there is a new version of the application available. As well as be able to update the application in an easy fashion.
Please look into electron's module
autoUpdater
: https://www.electronjs.org/docs/api/auto-updaterIn electron's documentation it explains the steps to make this happen:
https://www.electronjs.org/docs/tutorial/updates
Note: Auto Updater functionality only works in MacOS and Windows.
@bioslikk feel free to investigate on alternatives for linux-based distro.
The text was updated successfully, but these errors were encountered: