fix: mcp.sh build-bin (#181)
This commit is contained in:
@@ -89,6 +89,7 @@ logs() {
|
|||||||
|
|
||||||
# @cmd Build tools to bin
|
# @cmd Build tools to bin
|
||||||
build-bin() {
|
build-bin() {
|
||||||
|
mkdir -p "$BIN_DIR"
|
||||||
tools=( $(generate-declarations | jq -r '.[].name') )
|
tools=( $(generate-declarations | jq -r '.[].name') )
|
||||||
for tool in "${tools[@]}"; do
|
for tool in "${tools[@]}"; do
|
||||||
if _is_win; then
|
if _is_win; then
|
||||||
|
|||||||
Reference in New Issue
Block a user