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

updating file properties for self-contained zip deployments #529

Merged
merged 5 commits into from
Jul 21, 2021

Conversation

brettsam
Copy link
Member

@brettsam brettsam commented Jul 7, 2021

Fixes #336

The issue here is with the file permissions that get applied after mounting the zip files in our linux hosting environment. Some points:

The fix here is to pull in a richer Zip library that allows us to manage that field and make sure it's set to Unix so that fuse-zip can properly apply the executable permissions.

@fabiocav fabiocav merged commit 3649307 into main Jul 21, 2021
@fabiocav fabiocav deleted the brettsam/zip branch July 21, 2021 22:37
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.

Is Linux supported?
2 participants