From f32f2b5a6c775495a15a8d6dea4ddbe40d9309af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=B0=91=E9=98=B3?= <786612630@qq.com> Date: Wed, 14 Aug 2024 13:37:02 +0800 Subject: [PATCH] =?UTF-8?q?shell=E8=84=9A=E6=9C=AC=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=89=93=E5=8C=85aab=E5=8C=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pre_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pre_build.sh b/pre_build.sh index af1aadb1..9a2689a7 100755 --- a/pre_build.sh +++ b/pre_build.sh @@ -105,5 +105,6 @@ echo -e "\n* 没有发现废弃 API,开始编译" # 编译命令 #flutter clean && flutter pub get -flutter build apk --flavor $environment -t $main_file +#flutter build apk --flavor $environment -t $main_file #flutter build ios --flavor $environment -t $main_file +flutter build appbundle --flavor $environment -t $main_file