Skip to content

Improve behavior when overwriting archive

Choose a tag to compare

@miurahr miurahr released this 24 May 14:07
· 1278 commits to master since this release

Changed

  • Extraction: Unlink output file if exist when it become a symbolic link.
    When overwrite extracted files and there are symlinks, it may cause an unexpected result.
    Unlinking it may help it.