UNPKG

549 BMarkdownView Raw
1# electron-updater
2
3This module allows you to automatically update your application. You only need to install this module and write two lines of code!
4To publish your updates you just need simple file hosting, it does not require a dedicated server.
5
6See [Auto Update](https://electron.build/auto-update) for more information.
7
8Supported OS:
9 - macOS ([Squirrel.Mac](https://github.com/Squirrel/Squirrel.Mac)).
10 - Windows (NSIS).
11 - Linux (AppImage).
12
13## Credits
14
15Thanks to [Evolve Labs](https://www.evolvehq.com) for donating the npm package name.