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

Retry extracting zip file without piping if extraction fails #2616

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

zorgiepoo
Copy link
Member

@zorgiepoo zorgiepoo commented Sep 2, 2024

This is to workaround a bug in ditto failing to extract certain kinds of zip files while streaming prior to macOS 15.

Fixes #2544

Misc Checklist

  • My change requires a documentation update on Sparkle's website repository
  • My change requires changes to generate_appcast, generate_keys, or sign_update

Testing

I tested and verified my change by using one or multiple of these methods:

  • Sparkle Test App
  • Unit Tests
  • My own app
  • Other (please specify)

Tested generate_appcast extracting affected zip files and tested Sparkle Test App trying to extract the zip file.

macOS version tested:
14.6.1 (23G93)
15.0 Beta (24A5331b)

This is to workaround a bug in ditto prior to macOS 15.
@zorgiepoo zorgiepoo added this to the 2.7 milestone Sep 2, 2024
@zorgiepoo zorgiepoo merged commit 8f86cad into 2.x Sep 3, 2024
2 checks passed
@zorgiepoo zorgiepoo deleted the non-pipe-zip-workaround branch September 3, 2024 00:21
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.

zip files generated from Xcode Cloud cannot be streamed during extraction
1 participant