重命名工具

This commit is contained in:
yinsx
2025-12-20 13:06:32 +08:00
parent 16ae511f21
commit 3098796a08
5 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ import path from "path";
import { fileURLToPath } from "url";
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const ASSIMP_PATH = path.join(__dirname, "../../bin/assimp.exe");
const ASSIMP_PATH = path.join(__dirname, "../../bin/model_converter.exe");
let importExts = null;
let exportFormats = null;