Commit 70bdd92e by sikang

bug fix

parent e1fb515c
...@@ -405,7 +405,7 @@ class Function: ...@@ -405,7 +405,7 @@ class Function:
for file in files: for file in files:
if "logo_512" in file and "logo" not in targets.keys(): if "logo_512" in file and "logo" not in targets.keys():
targets['logo'] = os.path.join(root,file) targets['logo'] = os.path.join(root,file)
if "1024_500" in file and "top" not in targets.keys(): if "1024" in file and "top" not in targets.keys():
targets['top'] = os.path.join(root,file) targets['top'] = os.path.join(root,file)
img_path = "%s/app/src/main/res/drawable-xxhdpi"%config['root'] img_path = "%s/app/src/main/res/drawable-xxhdpi"%config['root']
......
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