Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrop authored May 30, 2017
1 parent f1d3602 commit 8f894fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ if (platform === 'mac' && arch !== 'x64') {
process.exit(1)
}




var ffmpegPath = path.join(
__dirname,
'bin',
platform,
arch,
platform === 'win' ? 'ffmpeg.exe' : 'ffmpeg'
platform === 'win' ? 'ffprobe.exe' : 'ffprobe'
)

exports.path = ffmpegPath;
exports.path = ffprobePath;

0 comments on commit 8f894fb

Please sign in to comment.