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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed inconsistency with zip with output file suffixes. rpzip now only adds a .zip suffix if the output file does not have a suffix already. Previously, an existing suffix would be replaced by .zip. (Issue #21, PR #22 contributed by @Freed-Wu)