mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-27 05:02:48 +00:00
feat: flatten zips, standalone copies, retropie grouping
This commit is contained in:
parent
9ba8b02ff1
commit
8f93ee2239
11 changed files with 1332 additions and 22 deletions
|
|
@ -974,10 +974,7 @@ def _build_readme(
|
|||
credits = "\nCONTRIBUTORS\n\n"
|
||||
for cb in contributors:
|
||||
username = cb.get("username", "")
|
||||
contribution = cb.get("contribution", "")
|
||||
pr = cb.get("pr")
|
||||
pr_ref = f" (#{pr})" if pr else ""
|
||||
credits += f" @{username} - {contribution}{pr_ref}\n"
|
||||
credits += f" @{username}\n"
|
||||
credits += "\n"
|
||||
|
||||
return header + source_info + guide + credits + footer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue