v0.6.9: stop serving match-template crops as hero portraits.
Export and OSS upload require wide Heroes-page cards only; bump cache stamp to wide2 so clients drop polluted squares. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -202,7 +202,7 @@ def check_integrity(dist: Path) -> None:
|
||||
tag = "MISSING (abort)" if required else "empty (warn)"
|
||||
problems.append(f" {sub}/: {tag}")
|
||||
hint = {
|
||||
"portrait": "run: python fetch_cdn_templates.py && python fetch_hero_portraits.py",
|
||||
"portrait": "run: python fetch_hero_portraits.py",
|
||||
"ability": "run: python fetch_hero_abilities.py --icons-only",
|
||||
"item": "run: python fetch_hero_items.py",
|
||||
"attr": "assets/attr_icons is committed; check git checkout",
|
||||
|
||||
Reference in New Issue
Block a user