1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 20:55:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix harmony more than 2M issue (#470)

This commit is contained in:
波仔糕
2025-02-10 14:58:54 +08:00
committed by GitHub
parent 23ccfccdce
commit 828212f5bf
2 changed files with 7 additions and 3 deletions

View File

@@ -288,7 +288,9 @@ export class DownloadTask {
}
}
await zip.decompressFile(entry.filename, params.unzipDirectory);
if(entry.filename !== '.DS_Store'){
await zip.decompressFile(entry.filename, params.unzipDirectory);
}
}
if (!foundDiff) {