Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure zips without root are handled #425

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

swarnimarun
Copy link
Contributor

Zips don't need to have a root file, unlike normal tar even if they can be unzipped from tar extractor. So unconditional strip components for zip files it will break "most but not all" zip files. :3

Fixes #316

@wolfv wolfv merged commit 756861e into prefix-dev:main Dec 18, 2023
10 checks passed
@wolfv
Copy link
Member

wolfv commented Dec 18, 2023

Nice, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I don't think it unzips .zip files
2 participants