-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding an executable file to a zip archive with F5 forgets the executable bit #4628
Comments
See also #4629 for a followup. |
Oh, and in case something is weird about my ZIP/VSIX file, you can download it from https://drive.google.com/file/d/1FHWgpjqmb_uhk65gbKp7tvZLCcYuq61B/view?usp=drive_link .
It contains an executable file in extension/_dist subdirectory. My original goal was to rename it via MC, so I tried extracting, renaming, and re-adding it. However, it lost the executable bit upon being re-added. |
The end-result is similar, but I am not sure whether or not they are duplicates. For #4558, I'm not sure the 7zip format supports Unix-style executable bits at all. Zip format definitely does. I'm also not sure whether mc uses the same library to modify zip and 7zip archives. |
|
|
Important
This issue was migrated from Trac:
ilyagr
(mc@….ilya.gr)zipinfo confirms that the executable bit is not set. In this example zipinfo file, the last three files were added by MC, the rest were there before.
The expected output would be something like:
mc -V returns:
I'm running on darwin-aarch64
The text was updated successfully, but these errors were encountered: