brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
403 stars 140 forks source link

Fixes symlinks not written to tar file #256

Closed bostrot closed 1 year ago

bostrot commented 1 year ago

This fixes #255 by adding symlinks to the tar header when writing/creating a tar file.