Skip to content

sanrokugomaato/electron-super-simple-updater

Repository files navigation

electron-super-simple-updater

A super simple local updater for Electron, just with replacing app.asar

What's this?

This is an updater for Electron apps, working just by replacing app.asar locally. It doesn't require specific version scheme or remote server or any OS specific packager such as .dmg or whatever. Just place a JSON file for update information and update.dat which is basically renamed app.asar, in resources. Aaaaand that's it.

If your app is something very serious, it is recommended using autoUpdater though.

Screenshot

demo

You can customise the texts in ./resources/update.json.

How to use

  1. Fork and clone this repository
  2. Install deps: npm install
  3. Replace files in ./resources
  4. Run npm run pkg
  5. Updater binaries will be placed in appdist
  6. There's no step 6!

License

MIT © サンロクゴマート

About

A super simple local updater for Electron, just with replacing app.asar

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published