nwjs/npm-installer

update to 0.31.0

bschmitlin opened this issue · 5 comments

just a gentle ping that we are 3 versions behind. Thanks!

it would be nice if this could automatically be linked to @latest

im not sure of the best way to do this that doesn't break the continuity between the npm-installer version numbers matching up with nwjs version numbers, but maybe we could preseve it by adding a command line option similar to nwjs_build_type

something like: nwjs_version_override = latest / stable / lts

then inside install.js or wherever you would do something like:

request('https://nwjs.io/versions.json', { json: true }, (err, res, body) =>
{ let version = body.nwjs_version_override...

?

alternatively you could hook something up to jenkins / gulp to just bang out the releases for you

done