brzpegasus / ember-cli-nwjs

An addon for building desktop apps with Ember and NW.js
MIT License
125 stars 17 forks source link

Error downloading node webkit #26

Closed Artmann closed 9 years ago

Artmann commented 9 years ago

Running ember nw:package -prod generates Downloading: http://dl.nwjs.io/v0.13.0/nwjs-v0.13.0-linux-x64.tar.gz ERROR: The version 0.13.0 does not have a corresponding build posted at http://dl.node-webkit.org/. Please choose a version from that list

It's seems that 0.13.0 is not a valid version and this problem can be solved by specifying the version in nw-package.js version: '0.12.2'

brzpegasus commented 9 years ago

Sorry for the delay. I've updated the version of node-webkit-builder, which has a fix for this issue.

It'll get published shortly.