ソースを参照

feat(script:resource): remove bg color suffix

tags/v0.2.1
mingrammer 4年前
コミット
2552fbfb22
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      scripts/resource.py

+ 1
- 0
scripts/resource.py ファイルの表示

@@ -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):]


読み込み中…
キャンセル
保存