8 lines
249 B
Bash
8 lines
249 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# flutter build apk --release --split-per-abi
|
|
|
|
# echo "构建完成时间: $(date '+%Y-%m-%d %H:%M:%S')"
|
|
|
|
pgyer upload build/app/outputs/flutter-apk/app-arm64-v8a-release.apk --build-update-description "新增可视化请求插件" |