Support cargo-leptos (#1903)

This commit is contained in:
Simon
2026-06-17 00:07:51 +09:00
committed by GitHub
parent 2687815850
commit 9dd3756244
5 changed files with 880 additions and 0 deletions
+11
View File
@@ -237,6 +237,17 @@ download_and_extract() {
fi
done
;;
windows)
case "$(uname -s)" in
CYGWIN* | MINGW* | MSYS*)
for tmp in "${installed_bin[@]}"; do
if [[ ! -x "${tmp}" ]]; then
chmod +x "${tmp}"
fi
done
;;
esac
;;
esac
}
read_manifest() {