From e72773e46de346c8c69eb007de08f9cc9910b869 Mon Sep 17 00:00:00 2001 From: Abdessamad Derraz <3028866+Abdess@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:00:38 +0200 Subject: [PATCH] fix: restore community tools section in readme generator --- README.md | 6 +++++- scripts/generate_readme.py | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c08a08b6..5909e1b3 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,10 @@ To keep packs accurate, each file is checked against the emulator's source code. +## 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 See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. @@ -132,4 +136,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. This repository provides BIOS files for personal backup and archival purposes. -*Auto-generated on 2026-04-03T12:21:45Z* +*Auto-generated on 2026-04-03T12:59:52Z* diff --git a/scripts/generate_readme.py b/scripts/generate_readme.py index cb40e860..c15ea053 100644 --- a/scripts/generate_readme.py +++ b/scripts/generate_readme.py @@ -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", "",