Commit 884b7f77 by sikang

update script

parent 24a1afb8
...@@ -22,7 +22,7 @@ then ...@@ -22,7 +22,7 @@ then
#同盾插拔 #同盾插拔
./sdk_manager.py ${td_mode} "TD" ./sdk_manager.py ${td_mode} "TD"
#api混淆 #api混淆
if [[ ${rename_api} == true ]] if ((${rename_api}=='true'))
then then
cd code cd code
chmod a+x rename_api.py chmod a+x rename_api.py
......
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