fix: mcp.sh build-bin (#181)

This commit is contained in:
sigoden
2025-03-28 08:18:37 +08:00
committed by GitHub
parent 5cd7e71a13
commit 358a539b55
+1
View File
@@ -89,6 +89,7 @@ logs() {
# @cmd Build tools to bin
build-bin() {
mkdir -p "$BIN_DIR"
tools=( $(generate-declarations | jq -r '.[].name') )
for tool in "${tools[@]}"; do
if _is_win; then