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
fix: Use '/' path separator on Windows for tar archives (#24)
Creating a tar archive on Windows with a directory results instead in the file having '\\' in its name,
and on extraction on POSIX, does not create the appropriate directory.
To fix this, use `path.posix` to force the '/' path separator even if creating the archive on Windows.
closes#22
0 commit comments