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

Add alternate unzip implementation #1692

Merged
merged 1 commit into from
Sep 16, 2023
Merged

Conversation

Julian-O
Copy link
Contributor

Turns out Linux and the zipfile package don't get along, while Windows and unzip don't get along.

Provide both implementations, so it always works.

[This doesn't meet my stated goal of making all Windows-specific improvements also include making the code cleaner for other developers too. Sorry.]

Turns out Linux and the `zipfile` package don't get along, while Windows and `unzip` don't get along.

Provide both implementations, so it always works.
Copy link
Member

@misl6 misl6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't meet my stated goal of making all Windows-specific improvements also include making the code cleaner for other developers too. Sorry.

I think that we all can live with it in order to have better support on Windows. 😀

@misl6 misl6 merged commit 0b938d3 into kivy:master Sep 16, 2023
15 checks passed
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.

2 participants