1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 08:10:18 +00:00
musix-oss/node_modules/ffmpeg-binaries/index.js
MatteZ02 5eb0264906 fix
2019-05-30 12:06:47 +03:00

4 lines
131 B
JavaScript

const { join } = require('path');
module.exports = join(__dirname, 'bin', `ffmpeg${process.platform === 'win32' ? '.exe' : ''}`);