Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(zip): handle ZIP64 files missing indicators of ZIP64.
Sometimes large zip files created with 7z are missing indicators that they're ZIP64 (see is_zip64() implementation for details on heuristics we use to detect ZIP64). Since we can't rely on our heuristics, we simply fallback to ZIP64 if we can't find ZIP32 EOCDs.
- Loading branch information