更新 'build-flutter.sh'

master
donny 2022-03-14 06:49:07 +00:00
parent 68d72029e3
commit e3245ee803
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
#!/bin/sh
flutter clean
# Build windows
# Build web
flutter build web --analyze-size
flutter build web
# Build android
flutter build apk --target-platform android-arm64 --analyze-size
# Build macos