Commit cb8503e6 authored by QA-甘 盛聪's avatar QA-甘 盛聪

a

parent b92d2799
...@@ -44,9 +44,9 @@ function build_android() ...@@ -44,9 +44,9 @@ function build_android()
if [ $? = 0 ]; then if [ $? = 0 ]; then
echo "gradle build is ok". echo "gradle build is ok".
echo "开始重命名对应的渠道包" echo "开始重命名对应的渠道包"
apkfile="`find ${buildapk_path} -name "*${product_flavors}.apk"`" #apkfile="`find ${buildapk_path} -name "*${product_flavors}.apk"`"
#apkfile=`grep "${product_flavors}" *.apk` #apkfile=`grep "${product_flavors}" *.apk`
#apkfile=`ls ${buildapk_path} | grep "${product_flavors}"` apkfile=`ls ${buildapk_path} | grep "${product_flavors}"`
echo ${apkfile} echo ${apkfile}
echo "当前路径" echo "当前路径"
cd ${buildapk_path} cd ${buildapk_path}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment