Commit c94e0a94 by sikang

update script

parent de40e86b
......@@ -305,8 +305,6 @@ class Function:
# 转移出所有素材
@staticmethod
def move_resources(config):
file_name = "%s_%s"\
% (config['corp_id'], config['app_name'].replace(" ", "_"))
target = "/Users/connor/Documents/apks"
img_path = "../../app/src/main/res/drawable-xxhdpi"
......@@ -327,6 +325,7 @@ class Function:
shutil.copy("%s/cache/api_mapping" %
target, "%s/script/api_mapping" % config['root'])
new_config['properties'] = config['properties']
Function.update_gateway(new_config)
lines = {
......
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