super3 / zmine

Simple Zcash GUI miner built with Node and Vue.
http://www.zmine.org/
GNU Affero General Public License v3.0
7 stars 4 forks source link

Automatic Updates #4

Open super3 opened 6 years ago

super3 commented 6 years ago

Docs

montyanderson commented 6 years ago

After playing around this morning, I managed to get updates working with electron-simple-updater - at least on Linux.

After uploading them to the repo releases, just put the correct version and link in updates.json. It'll download the new version on launch, then the next time you open the app will prompt you to install the new version.

What do you think about this? I was assuming the setup would only be on first-install, not every update.

super3 commented 6 years ago

Not able to get this working. Now we just have a notification flag.

super3 commented 6 years ago

@montyanderson What should we do?