opendexnetwork / opendex-desktop

App to set up a environment, provide liquidity, trade and access remote OpenDEX environments 🖥️
https://opendex-desktop.app
GNU Affero General Public License v3.0
2 stars 1 forks source link

Update feature #1

Closed stackingcats closed 3 years ago

stackingcats commented 3 years ago

Enable updating the application without manually downloading and installing a new version.

Recap: idea is to use https://github.com/vercel/hazel for Win & Mac, for Linux just show the update notification with download button because there is no standardized way to load updates yet. Seems that https://www.electronjs.org/docs/tutorial/updates#using-updateelectronjsorg would be sufficient instead of hazel. In both ways the code-signing is required at least for macOS.