update more

This commit is contained in:
creepereater201
2026-06-20 20:41:03 +01:00
parent f2cbb98cfa
commit 97d8e1c2c3
38 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ def repo_root() -> Path:
def default_logo_path() -> Path:
return repo_root() / "resources" / "bundle preview image template" / "header.png"
return repo_root() / "resources" / "preview logos" / "header.png"
def resolve_path(value: str, base: Path) -> Path: