Skip to content

fix(install): make tar extraction work on Windows (v9.2.1)#2

Merged
rubnogueira merged 1 commit into
mainfrom
fix/windows-tar-extraction
May 19, 2026
Merged

fix(install): make tar extraction work on Windows (v9.2.1)#2
rubnogueira merged 1 commit into
mainfrom
fix/windows-tar-extraction

Conversation

@rubnogueira
Copy link
Copy Markdown

Same fix as gifsicle-bin's matching commit. Windows bsdtar treats C:\... as a host:path remote spec and bails with "Cannot connect to C: resolve failed". Move to cwd: VENDOR_DIR + path.basename(...) so the argument never contains a colon. Identical behavior on POSIX.

Bump to 9.2.1.

Same fix as gifsicle-bin's matching commit. Windows bsdtar treats
`C:\...` as a `host:path` remote spec and bails with "Cannot connect
to C: resolve failed". Move to `cwd: VENDOR_DIR` + `path.basename(...)`
so the argument never contains a colon. Identical behavior on POSIX.

Bump to 9.2.1.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@rubnogueira rubnogueira merged commit 369f851 into main May 19, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant