After running grunt build I was getting an invalid signature error when downloading nodewebkit from http://cdn.popcorntime.io. I changed to http://dl.nwjs.io/ which gave me no problems...
Running "nodewebkit:src" (nodewebkit) task
Downloading: http://cdn.popcorntime.io/nw/v0.9.2/node-webkit-v0.9.2-osx-ia32.zip
Unzipping: /Users/agustin/src/TorrenTV/build/cache/mac/0.9.2/node-webkit-v0.9.2-osx-ia32.zip
Fatal error: ZIP end of central directory record signature invalid (expects 0x06054b50, actually 0x6d74683c)
After running
grunt build
I was getting aninvalid signature error
when downloading nodewebkit from http://cdn.popcorntime.io. I changed to http://dl.nwjs.io/ which gave me no problems...