You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue where zip4j threw an Exception trying to zip a directory that had a symlink to a file that didn't exist. Since I don't control the directory contents (it's a vendored dependency) I was hoping you'd accept this patch that adds the broken symlink as is to the zip if you specify ZipParameters.SymbolicLinkAction.INCLUDE_LINK_ONLY.
The text was updated successfully, but these errors were encountered:
Created out of PR #193
The text was updated successfully, but these errors were encountered: