Skip to content

chore: chmod +x the binaries before wrapping in tarball #389

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jchillerup
Copy link

I had some issues installing this tool with mise because the binaries were not chmod +x prior to packaging.

This PR implements exactly that and nothing more :)

When this is integrated it should be able to add ipatool to your mise environment like so:

$ mise use ubi:majd/ipatool

@majd majd requested a review from Copilot August 15, 2025 05:27
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes executable permissions for binary files before creating release tarballs to resolve installation issues with mise package manager. The change ensures binaries are properly executable when extracted from the distributed archives.

  • Added chmod +x commands before tarball creation in GitHub Actions workflow
  • Applied the fix to both Linux and macOS binary packaging steps

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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.

1 participant