main
PC-202302260912\Administrator 2023-07-24 14:11:21 +08:00
parent 8dad667242
commit 984d382dc5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ game(){
read -p "请输入项目地址: " project
read -p "请输入包名(不需要带文件后缀): " package
echo -e "开始打包 项目:$project, 包名:$package"
bashh update_game.sh $project $package
bash update_game.sh $project $package
game
;;
2)