Commit 94667fc2 by sikang

bug fix

parent e6b00984
......@@ -13,9 +13,8 @@ gradlew clean
init(){
#api混淆
cd lib_base/script
if [[ -e "script/api_mapping" ]]; then
cd code
if [ -e "script/api_mapping" ]; then
cd lib_base/script/code
./rename_api.py || { echo "rename_api error!"; exit 1; }
cd ..
fi
......
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