-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
For automatic updates each new version of the application, a updater module is necessary.
To implement it, I'm thinking create it from the zero. I saw the node-webkit-updater but it performs native commands like unzip
and if the user do not have these programs installed the update can break.
In a quick research, I found modules that can uncompress files without perform commands (I hope 😃 ). They are: