Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use '/' path separator on Windows for tar archives #24

Merged
merged 3 commits into from
Aug 2, 2023

Commits on Mar 20, 2019

  1. Use '/' path separator on Windows for tar archives

    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.
    Infiltrator committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    77b852d View commit details
    Browse the repository at this point in the history
  2. Update stream.js

    Infiltrator committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    2c598e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    72651bb View commit details
    Browse the repository at this point in the history