feat(script:resource): remove bg color suffix

pull/11/head
mingrammer 5 years ago
parent b13b70d533
commit 2552fbfb22

@ -19,6 +19,7 @@ _usage = "Usage: resources.py <cmd> <pvd>"
def cleaner_aws(f):
f = f.replace("_", "-")
f = f.replace("@4x", "")
f = f.replace("-light-bg", "")
for p in cfg.FILE_PREFIXES["aws"]:
if f.startswith(p):
f = f[len(p):]

Loading…
Cancel
Save