155 Star 1.6K Fork 536

meetqy / flutter_luckin_coffee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
upload_android.sh 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
meetqy 提交于 2019-12-20 15:40 . ios自动化打包脚本
_api_key=""
_uKey=""
# 相对于项目的路径
_android_dir="/build/app/outputs/apk/release/app-armeabi-v7a-release.apk"
# ######### 脚本样式 #############
__LINE_BREAK_LEFT="\033[32;1m"
__LINE_BREAK_RIGHT="\033[0m"
# 打印信息
function printMessage() {
pMessage=$1
echo "${__LINE_BREAK_LEFT}${pMessage}${__LINE_BREAK_RIGHT}"
}
# 获取flutter路径
_flutter=`which flutter`
$_flutter build apk;
printMessage "打包成功 🚀 🚀 🚀"
printMessage "上传中..."
curl -F "file=@`pwd`$_android_dir" \
-F "uKey=$_uKey" \
-F "_api_key=$_api_key" \
"http://www.pgyer.com/apiv1/app/upload"
printMessage "\n上传成功 🚀 🚀 🚀"
Dart
1
https://gitee.com/meetqy/flutter_luckin_coffee.git
git@gitee.com:meetqy/flutter_luckin_coffee.git
meetqy
flutter_luckin_coffee
flutter_luckin_coffee
master

搜索帮助