🐛 fix can't find zhimg for dev

This commit is contained in:
微凉
2022-01-18 18:19:58 +08:00
parent e1671a0511
commit 0a901a2eb0
2 changed files with 6 additions and 3 deletions

View File

@ -96,5 +96,5 @@ elif [ "$1" = "release" ]; then
BUILD release
RELEASE
else
echo -e "${RED_COLOR} 错误的命令${RES}"
echo -e "${RED_COLOR} Parameter error ${RES}"
fi