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:
tar.gz
adm-zip
request Can be usefull
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
unzipand 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:
tar.gz
adm-zip
request Can be usefull