完善 解压文件

This commit is contained in:
Suwings 2022-05-11 18:57:27 +08:00
parent 978bdc8c18
commit a0423a1964

View File

@ -64,7 +64,6 @@ 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);
}
}