Commit 33a1b6ab by sikang

update script

parent cba58671
...@@ -394,7 +394,9 @@ class Function: ...@@ -394,7 +394,9 @@ class Function:
img_path = "%s/app/src/main/res/drawable-xxhdpi"%config['root'] img_path = "%s/app/src/main/res/drawable-xxhdpi"%config['root']
print(targets)
shutil.copy(targets['logo'], "%s/logo_majia.png" % img_path) shutil.copy(targets['logo'], "%s/logo_majia.png" % img_path)
shutil.copy(targets['top'], "%s/top.png" % img_path) shutil.copy(targets['top'], "%s/top.png" % img_path)
print("done")
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