rustdesk/flutter_hbb/build_android.sh
2021-08-22 22:34:09 +08:00

4 lines
250 B
Bash
Executable File

#!/usr/bin/env bash
flutter build apk --target-platform android-arm64 --release --obfuscate --split-debug-info ./split-debug-info
flutter build appbundle --target-platform android-arm64 --release --obfuscate --split-debug-info ./split-debug-info