chore: generate_table uses url or meta.urlOverride as application link in README

This commit is contained in:
Richard Macias
2025-05-30 09:10:00 -05:00
parent bca3a94902
commit 4b8c5f9ddd
7 changed files with 74 additions and 68 deletions

View File

@@ -11,7 +11,7 @@ links: # Generate links for all obtainium packages
@python scripts/generate-obtainium-urls.py src/applications.json > scripts/links.md
minify: # Obtainium historically expects a minified json. This allows humans to edit the readable and easily update the minified one.
@python scripts/minify-json.py src/applications.json obtainium-emulation-pack.json
@python scripts/minify-json.py src/applications.json obtainium-emulation-pack-latest.json
table: # Generate a table of obtainium links for the README.
@python scripts/generate-table.py src/applications.json ./pages/table.md