Use Composer to download ffmpeg (fixes #38)

This commit is contained in:
Pierre Rudloff 2015-11-21 20:44:32 +01:00
parent 00519c3183
commit cafb75a9c1
6 changed files with 29 additions and 8 deletions

View file

@ -20,6 +20,6 @@
"url": "https://github.com/Rudloff/alltube.git"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install; ./node_modules/grunt-cli/bin/grunt; curl http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz -o ffmpeg.tar.xz; tar xJf ffmpeg.tar.xz -C ffmpeg --strip-components=1"
"postinstall": "./node_modules/bower/bin/bower install; ./node_modules/grunt-cli/bin/grunt"
}
}