mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-22 19:32:48 +00:00
fix: restore community tools section in readme generator
This commit is contained in:
parent
3c0c1cec02
commit
e72773e46d
2 changed files with 12 additions and 1 deletions
|
|
@ -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",
|
||||
"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue