Install uv, uvw, and uvx binaries when installing uv

This commit is contained in:
Taiki Endo
2026-03-29 01:12:24 +09:00
parent cd20062255
commit 6abbc18f77
4 changed files with 59 additions and 43 deletions

View File

@@ -179,7 +179,7 @@ download_and_extract() {
else
case "${url}" in
*.zip)
unzip -q tmp "${bin_in_archive#\./}"
unzip -q tmp
for tmp in "${bin_in_archive[@]}"; do
case "${tool}" in
editorconfig-checker) mv -- "${tmp}" "${bin_dir}/${tool}${exe}" ;;