DevWurm / angular-electron-seed

Seed project for an Angular - Electron Desktop app with the Angular-CLI
28 stars 21 forks source link

How can we use Autoupdate here to release update of code by resolving some issues and integrating some new features #14

Closed sahiliotasol closed 7 years ago

sahiliotasol commented 7 years ago

How can we use Autoupdate here to release update of code by resolving some issues and integrating some new features?

I need to release update to existing packages.

how can I do it? I just checked on Electron site and found some ways for auto update integration as per following link https://electron.atom.io/docs/api/auto-updater/

DevWurm commented 7 years ago

I have not used auto updates in Electron yet, so unfortunately I can't help you. If you find a solution, feel free to post it into this thread.