Minor ffmpeg change
This commit is contained in:
parent
a06bdcfc86
commit
164e7e475f
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user