Commit 1b94f1c
Use tar for extraction in the Windows installer
Expand-Archive is very slow on Windows ARM for the ~62 MB many-file CLI zip —
slow enough that a fresh install can appear to hang for minutes and get killed
mid-extract, leaving no binary. tar (bsdtar, shipped on Windows 10+) extracts
the same archive in seconds; Expand-Archive remains the fallback.
install.ps1 is fetched from main, so this takes effect immediately for the
one-liner without a re-release.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 0ba0ed1 commit 1b94f1c
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
| |||
0 commit comments