forked from olcxjas-softworks/LarpixClient
15 lines
549 B
Markdown
15 lines
549 B
Markdown
# electron-updater
|
|
|
|
This module allows you to automatically update your application. You only need to install this module and write two lines of code!
|
|
To publish your updates you just need simple file hosting, it does not require a dedicated server.
|
|
|
|
See [Auto Update](https://electron.build/auto-update) for more information.
|
|
|
|
Supported OS:
|
|
- macOS ([Squirrel.Mac](https://github.com/Squirrel/Squirrel.Mac)).
|
|
- Windows (NSIS).
|
|
- Linux (AppImage).
|
|
|
|
## Credits
|
|
|
|
Thanks to [Evolve Labs](https://www.evolvehq.com) for donating the npm package name.
|