fix:unzip error

This commit is contained in:
Tianpao
2025-07-09 10:20:20 +08:00
parent f0ead136fe
commit f2fa0c8bdf
7 changed files with 68 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
import AdmZip from "adm-zip";
import fsExtra from "fs-extra/esm";
import fsExtra from "fs-extra";
import gotx from "got";
import { xfastdownload } from "../utils/utils.js";
import { LOGGER } from "../utils/logger.js";
@@ -73,4 +73,4 @@ export default async function install(
stdio: "ignore",
});
LOGGER.info("安装NeoForge完成");
}
}