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

fix(jetsocat): set execute permission in binary #388

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

thenextman
Copy link
Member

It's preferable if we set the execute bit on jetsocat binaries for macOS and Linux rather than relying on the consumer to do it. However, even if we set this properly at build time it's unlikely to be preserved by the nuget package.

Instead, set the file permissions while building the final target. The solution is not the neatest (I don't know how to target the copied file in the target bin directory, particularly on macOS where it might be somewhere in the final .app bundle structure).

@thenextman thenextman requested a review from a team February 20, 2023 18:50
@CBenoit CBenoit merged commit e08fd23 into master Feb 20, 2023
@CBenoit CBenoit deleted the jetsocat-nuget-set-execute-bit branch February 20, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants