Commit d60cb9c
fix(install): make tar extraction work on Windows (v9.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>1 parent 7eb6df6 commit d60cb9c
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments