mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-26 04:02:51 +01:00
fix bug
This commit is contained in:
parent
759570ea8f
commit
18b7e9b7c3
@ -33,7 +33,7 @@ function getFfPath(cmd) {
|
|||||||
|
|
||||||
if (customFfPath) return join(customFfPath, exeName);
|
if (customFfPath) return join(customFfPath, exeName);
|
||||||
if (isDev) return join('ffmpeg', `${platform}-${arch}`, exeName);
|
if (isDev) return join('ffmpeg', `${platform}-${arch}`, exeName);
|
||||||
return join(window.process.resourcesPath, exeName);
|
return join(process.resourcesPath, exeName);
|
||||||
}
|
}
|
||||||
|
|
||||||
const getFfprobePath = () => getFfPath('ffprobe');
|
const getFfprobePath = () => getFfPath('ffprobe');
|
||||||
|
Loading…
Reference in New Issue
Block a user