fix: restore community tools section in readme generator

This commit is contained in:
Abdessamad Derraz
2026-04-03 15:00:38 +02:00
parent 3c0c1cec02
commit e72773e46d
2 changed files with 12 additions and 1 deletions

View File

@@ -351,6 +351,13 @@ def generate_readme(db: dict, platforms_dir: str) -> str:
lines.extend(
[
"",
"## Community tools",
"",
"- [BIOS Preservation Tool](https://github.com/monster-penguin/BIOS-Preservation-Tool)"
" by [monster-penguin](https://github.com/monster-penguin)"
" - scan, verify, and stage your own BIOS collection"
" using RetroBIOS hash metadata",
"",
"## Contributing",
"",