Auto Updater Electron

0

I am using Electron + VueJS , and I would like to know how to implement auto updater , I did a search, but I could not do anything, to be honest, I did not understand how it works, update, these things.

    
asked by anonymous 22.03.2018 / 14:03

1 answer

0

I recommend using electron-builder for this, it has a documentation for publishing and configuring autoUpdater along with build.

Publish options:

  • Bintray
  • Generic Server
  • Github
  • Amazon S3
  • Digital Ocean Spaces

Auto Update: link

Published: link

    
14.06.2018 / 21:34