Commit 6acdeeb6 by sikang

update script

parent ff31d0aa
...@@ -8,8 +8,8 @@ echo "5、pull Base代码 " ...@@ -8,8 +8,8 @@ echo "5、pull Base代码 "
echo "6、pull UI代码 " echo "6、pull UI代码 "
echo "7、为 resGuardApks 目录下的 *_release.apk 打渠道包" echo "7、为 resGuardApks 目录下的 *_release.apk 打渠道包"
echo "8、提交一个渠道包Tag" echo "8、提交一个渠道包Tag"
echo "a、开始四大组件混淆" echo "9、开始四大组件混淆"
echo "b、还原四大组件混淆" echo "10、还原四大组件混淆"
echo -n "请输入指令编号:" echo -n "请输入指令编号:"
read commod read commod
...@@ -58,13 +58,13 @@ then ...@@ -58,13 +58,13 @@ then
chmod a+x push_with_tag.sh chmod a+x push_with_tag.sh
./push_with_tag.sh ./push_with_tag.sh
elif (($commod == 'a')) elif (($commod == '9'))
then then
cd grable cd grable
chmod a+x rename_peoject.sh chmod a+x rename_peoject.sh
./rename_peoject.sh ./rename_peoject.sh
elif (($commod == 'b')) elif (($commod == '10'))
then then
cd grable cd grable
chmod a+x reset_name.sh chmod a+x reset_name.sh
......
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