Skip to content

fix: Move seven_z check under target.os :windows #180

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

Merged
merged 1 commit into from
Apr 23, 2025

Conversation

djgoku
Copy link
Contributor

@djgoku djgoku commented Apr 15, 2025

Before this change on macOS, targeting only macOS, it would raise the error message Couldn’t find 7z/7zz. After this change, the script will only fail when the target.os is :windows and neither 7z nor 7zz is found in the path.

Prior to this change on macOS and targetting only macOS it would raise
`Couldn't find 7z/7zz`. Now this will only fail when the `target.os`
is `:windows` and neither `7z` or `7zz` are found in path.
@doawoo doawoo merged commit 8324034 into burrito-elixir:main Apr 23, 2025
8 checks passed
@djgoku djgoku deleted the fix/windows-7z-7zz-check branch April 23, 2025 23:54
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