Commit 62e2caa1 by sikang

update release_bulder

parent 00aa6f19
...@@ -26,7 +26,7 @@ init(){ ...@@ -26,7 +26,7 @@ init(){
#四大组件混淆 #四大组件混淆
./rename_project.sh || { echo "rename_project error!"; exit 1; } ./rename_project.sh || { echo "rename_project error!"; exit 1; }
#代码结构混淆 #代码结构混淆
./insert.py || { echo "insert_code error!"; exit 1; } # ./insert.py || { echo "insert_code error!"; exit 1; }
cd ../../../ cd ../../../
} }
......
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