You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted a uniform API for auto-update, so I messed around with electron-simple-updater. With a proper updates.json file, electron-simple-updater works nicely with the artifacts published on GH releases by electron-builder, but producing one by hand is annoying. So I wrote a script to produce and upload the updates.json file automatically for me.
In my opinion, the uniform updates api, and lack of need for a mac updates server are big wins. Would there be interest in switching to use electron-simple-updater? If so, happy to polish this and create a PR so people could have an easy way to use electron-simple-updater.
The text was updated successfully, but these errors were encountered:
I wanted a uniform API for auto-update, so I messed around with electron-simple-updater. With a proper updates.json file, electron-simple-updater works nicely with the artifacts published on GH releases by electron-builder, but producing one by hand is annoying. So I wrote a script to produce and upload the updates.json file automatically for me.
In my opinion, the uniform updates api, and lack of need for a mac updates server are big wins. Would there be interest in switching to use electron-simple-updater? If so, happy to polish this and create a PR so people could have an easy way to use electron-simple-updater.
The text was updated successfully, but these errors were encountered: