fix: generate banner header in readme and site scripts

This commit is contained in:
Abdessamad Derraz
2026-04-03 14:22:22 +02:00
parent faf4236463
commit 3c0c1cec02
2 changed files with 5 additions and 9 deletions

View File

@@ -143,7 +143,9 @@ def generate_readme(db: dict, platforms_dir: str) -> str:
pass
lines = [
"# RetroBIOS",
'<p align="center">',
' <img src=".github/assets/banner.png" alt="RetroBIOS" width="400">',
"</p>",
"",
f"Complete BIOS and firmware packs for "
f"{', '.join(c['platform'] for c in sorted(coverages.values(), key=lambda x: x[