mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-11 23:40:24 +00:00
refactor: 重构目录删除旧支持
This commit is contained in:
@@ -32,7 +32,7 @@ function getAddonPath(binaryPath: string): string {
|
||||
} else {
|
||||
throw new Error(`Unsupported platform: ${platformName} ${archName}`);
|
||||
}
|
||||
return path.join(binaryPath, "./nodeffmpeg/", addonFileName);
|
||||
return path.join(binaryPath, "./native/ffmpeg/", addonFileName);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user