开发 测试

This commit is contained in:
Suwings 2022-05-11 17:26:47 +08:00
parent 0254820399
commit 978bdc8c18

View File

@ -64,6 +64,7 @@ export async function compress(sourceZip: string, files: string[], fileCode?: st
export async function decompress(zipPath: string, dest: string, fileCode?: string) {
if (system === "linux") {
if (haveLinuxUnzip()) {
console.log("xxxxxxxxxxxxxxxxxx");
return await linuxUnzip(zipPath, dest);
}
}