guerrerocarlos / TorrenTV

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

Can't build #74

Open pikeas opened 9 years ago

pikeas commented 9 years ago

Building from master on 2015-03-29 (commit #79e9bb39fef55accc62288d35a1090591d01f66d):

Running "nodewebkit:src" (nodewebkit) task
Downloading: http://cdn.popcorntime.io/nw/v0.9.2/node-webkit-v0.9.2-osx-ia32.zip
Unzipping: /Users/pikeas/Documents/code/tmp/torrentv/build/cache/mac/0.9.2/node-webkit-v0.9.2-osx-ia32.zip
.get() is deprecated. Access using array indexes instead.
Fatal error: ZIP end of central directory record signature invalid (expects 0x06054b50, actually 0x6d74683c)
callzhang commented 9 years ago

Same here!

natemacinnes commented 8 years ago

Change the node-webkit download url, popcorntime no longer hosts it. in the gruntfiles:

grunt.initConfig({
        nodewebkit: {
            options: {
                ...
                download_url: 'http://dl.node-webkit.org/'
            },
            ...
        },
...

points to the official node-webkit release.