Skip to content

Commit

Permalink
Updating ffmpeg download URL. (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meandmybadself authored and matheuss committed Feb 18, 2017
1 parent f9cc3b1 commit d157bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-ffmpeg.js
Expand Up @@ -9,7 +9,7 @@ const ora = require('ora');

let spinner = ora({text: 'Installing 7zip', stream: process.stdout}).start();

const FFMPEG_URL = 'http://evermeet.cx/ffmpeg/ffmpeg-82622-g42ae9c6.7z';
const FFMPEG_URL = 'http://evermeet.cx/ffmpeg/ffmpeg-83544-g965f35b.7z';
const VENDOR_PATH = ['..', 'app', 'vendor'];

const joinPath = (...str) => path.join(__dirname, ...str);
Expand Down

0 comments on commit d157bb3

Please sign in to comment.