Minor ffmpeg change

This commit is contained in:
aandrew-me 2025-03-21 19:32:44 +03:00
parent a06bdcfc86
commit 164e7e475f

View File

@ -1,6 +1,6 @@
const cp = require("child_process");
const os = require("os");
let ffmpeg;
let ffmpeg = "";
if (os.platform() === "win32") {
ffmpeg = `"${__dirname}\\..\\ffmpeg.exe"`;
} else if (os.platform() === "freebsd") {