guerrerocarlos / TorrenTV

TorrenTV node-webkit source code
http://torrentv.github.io/
GNU General Public License v3.0
556 stars 82 forks source link

fix():Modifies source url for node-webkit #73

Open agustinf opened 9 years ago

agustinf commented 9 years ago

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)