botpress / botpress-electron

This converts the Botpress binaries into a binary downloader / installer / runner
MIT License
0 stars 2 forks source link

Feature - autoupdate #6

Open ptrckbp opened 2 years ago

ptrckbp commented 2 years ago

Electron has this feature baked in, and our product is open source. We can make it so Botpress is automatically upgraded in the background.

Solution is found in the template for this project. https://electron-react-boilerplate.js.org/docs/auto-update/

This required upgrade user data migration to be done first, which was released in the last version. There are no more obstacles to this.