Commit 316b434e by sikang

bug fix

parent ab668fe7
......@@ -22,6 +22,7 @@ print("6、commit & push lib_base")
print("7、获取签名秘钥散列")
print("8、提交一个渠道包Tag")
print("9、还原某一次提交的包名、logo、gw、name、但保持最新代码")
print("10、更新Gateway")
print("11、copy apk")
print("12、马甲包切换")
print("13、打印checklist")
......@@ -61,6 +62,9 @@ elif command == 9:
Shell.reset_by_pkgname(config)
Function.move_resources(config)
elif command == 10:
Function.update_gateway(config)
elif command == 11:
Function.move_apk(config)
......
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