kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.54k stars 125 forks source link

Autoupdate #15

Open kdzwinel opened 8 years ago

kdzwinel commented 8 years ago

Electron supports automatic updates. Let's enable that for Betwixt.

Docs: https://github.com/atom/electron/blob/master/docs/api/auto-updater.md Reference: https://github.com/atom/atom

kdzwinel commented 8 years ago

Let's use this: https://github.com/jenslind/electron-gh-releases . Here is a project using it: https://github.com/ekonstantinidis/gitify .

Things to figure out: