mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐳 chore: 更换其他系统在合并视频和音频的提示
This commit is contained in:
parent
273006466c
commit
e2c35fc59e
@ -242,7 +242,7 @@ export async function mergeFileToMp4(vFullFileName, aFullFileName, outputFileNam
|
|||||||
PATH: '/usr/local/bin:' + child_process.execSync('echo $PATH').toString(),
|
PATH: '/usr/local/bin:' + child_process.execSync('echo $PATH').toString(),
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
logger.error("暂时不支持当前操作系统!")
|
logger.warn("[R插件][合并视频和音频] 检测到未知系统,可能是MacOS.");
|
||||||
}
|
}
|
||||||
const execFile = util.promisify(child_process.execFile);
|
const execFile = util.promisify(child_process.execFile);
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user