From 984d382dc5c7de2fc0554a3d3e539f83eda35e55 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Mon, 24 Jul 2023 14:11:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh => main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename update.sh => main.sh (99%) diff --git a/update.sh b/main.sh similarity index 99% rename from update.sh rename to main.sh index 13c3bac..2e3f532 100644 --- a/update.sh +++ b/main.sh @@ -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)