| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-15 | 718 Bytes | |
| v2.0.1 source code.tar.gz | 2026-02-15 | 777.2 kB | |
| v2.0.1 source code.zip | 2026-02-15 | 896.4 kB | |
| Totals: 3 Items | 1.7 MB | 2 | |
Fixes
- Windows: invoke tweakcc via
cmd.exe+npx.cmdso variant creation/update works reliably whennpxisn’t directly executable. - Windows: best-effort PATH update to include the variant bin dir (skips in CI; disable with
CC_MIRROR_DISABLE_PATH_UPDATE=1). - Windows: improved tilde expansion (
~\\) andlistnow expands tilde before reading variants. - Docs: corrected Windows PATH examples (avoid double-escaped backslashes).
CI / Dev
- CI: Windows end-to-end smoke test on every PR (bundle + quick create + list/doctor + wrapper).
- Tests: regression coverage for Windows tweakcc execution and tilde expansion.
- Lint: fixed an unused variable in
scripts/preview-splash-grid.mjs(macOS CI).