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

add support for compressing symbolic link files #560

Merged
merged 4 commits into from May 29, 2021

Conversation

willson-chen
Copy link
Member

No description provided.

@willson-chen
Copy link
Member Author

This PR which add support for compressing symbolic link files is used to fix issue #551.

zipInfo.external_fa = src_attrib;
}

uint16_t version_madeby = 3 << 8;//UNIX
Copy link
Member Author

Choose a reason for hiding this comment

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

Only 3 << 8 is avaible to zip symlink. If it is changed to 19 << 8, the symlink file will be zipped failed, which puzzles me.

Copy link
Member

Choose a reason for hiding this comment

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

Did you ever solve this puzzle? I went ahead and merged in as everything looked good and tests passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants