shell脚本添加打包aab包命令
This commit is contained in:
parent
d756d1cc0c
commit
f32f2b5a6c
@ -105,5 +105,6 @@ echo -e "\n* 没有发现废弃 API,开始编译"
|
|||||||
|
|
||||||
# 编译命令
|
# 编译命令
|
||||||
#flutter clean && flutter pub get
|
#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 ios --flavor $environment -t $main_file
|
||||||
|
flutter build appbundle --flavor $environment -t $main_file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user