pull/1730/head
Mikael Finstad 3 years ago
parent 373fdaf93e
commit ce3223318e

@ -28,7 +28,7 @@ function getFfPath(cmd) {
if (customFfPath) return join(customFfPath, exeName);
if (isDev) {
const components = ['ffmpeg'];
const components = ['ffmpeg', `${platform}-${arch}`];
if (isWindows || isLinux) components.push('lib');
components.push(exeName);
return join(...components);

Loading…
Cancel
Save