Commit e6b00984 by sikang

bug fix

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