pull/1556/head
Mikael Finstad 2023-04-09 00:11:44 +09:00
rodzic 759570ea8f
commit 18b7e9b7c3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ function getFfPath(cmd) {
if (customFfPath) return join(customFfPath, exeName);
if (isDev) return join('ffmpeg', `${platform}-${arch}`, exeName);
return join(window.process.resourcesPath, exeName);
return join(process.resourcesPath, exeName);
}
const getFfprobePath = () => getFfPath('ffprobe');