nwjs / grunt-nw-builder

Build NW.js applications for Mac, Windows and Linux using Grunt
https://www.npmjs.com/package/grunt-nw-builder
MIT License
792 stars 141 forks source link

downloadUrl option not working #132

Closed watdafox closed 9 years ago

watdafox commented 9 years ago

We were previoulsy using 0.1.x but need to move on to >= 0.2.x because of the icudtl.dat. The issue is: we can't download from a provided downloadUrl.

Error is:

Downloading: http://get.popcorntime.io/nw/v0.11.5/node-webkit-v0.11.5-win-ia32.zip
undefined
Fatal error: Unable to download nodewebkit.

Find complete gruntfile.js here.

Any ideas ? Thanks

steffenmllr commented 9 years ago

This is a bug related to popcorntime, please report the issue in their issue tracker

watdafox commented 9 years ago

I'm a member of Popcorn Time, and I'm asking here because I couldn't make it work :D

http://get.popcorntime.io/nw/v0.11.5/node-webkit-v0.11.5-win-ia32.zip <= this link works fine in the browser, but also with 0.1.x.

Only when I upgrade this dependency to 0.2.x it stops working

watdafox commented 9 years ago

Ok, the file must be named nwjs, not node-webkit. This is a lack of documentation, had to guess it;