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

Use FileHandle for reading base64 secret key from file #2615

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

zorgiepoo
Copy link
Member

Fixes process substitution failing to work for providing the private key as file argument.

Fixes #2605

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 private key file argument and using process substitution in sign_update, generate_appcast, generate_keys (when importing private key).

macOS version tested: 14.5 (23F79)

Fixes process substitution failing to work for providing the private key as file argument (#2605).
@zorgiepoo zorgiepoo added this to the 2.7 milestone Aug 30, 2024
@zorgiepoo zorgiepoo merged commit 8bc4976 into 2.x Aug 31, 2024
2 checks passed
@zorgiepoo zorgiepoo deleted the file-handle-secret branch August 31, 2024 00:49
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.

Can't use Process Substitution for generate_appcast --ed-key-file
1 participant