diff --git a/scripts/resource.py b/scripts/resource.py index 5d43495..386f277 100644 --- a/scripts/resource.py +++ b/scripts/resource.py @@ -19,6 +19,7 @@ _usage = "Usage: resources.py " 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):]