refactor: 重构目录删除旧支持

This commit is contained in:
手瓜一十雪
2025-10-30 10:08:32 +08:00
parent dfc70dce63
commit 52289c605a
11 changed files with 8 additions and 12 deletions

View File

@@ -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);
}
/**