diff --git a/README.md b/README.md index 3fac22ff..0cae85ed 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ python scripts/download.py --verify retroarch ~/RetroArch/system/ Some platforms are archived and not included in automated releases. You can generate any pack locally - including archived ones: ```bash -git clone https://github.com/Abdess/retroarch_system.git -cd retroarch_system +git clone https://github.com/Abdess/retrobios.git +cd retrobios pip install pyyaml # Generate for a specific platform diff --git a/schemas/platform.schema.json b/schemas/platform.schema.json index 842d5777..021e8c6b 100644 --- a/schemas/platform.schema.json +++ b/schemas/platform.schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://github.com/Abdess/retroarch_system/schemas/platform.schema.json", + "$id": "https://github.com/Abdess/retrobios/schemas/platform.schema.json", "title": "Platform Configuration", "description": "Schema for retrogaming platform BIOS configuration files", "type": "object", diff --git a/scripts/download.sh b/scripts/download.sh index 1a9504fe..b69b239a 100755 --- a/scripts/download.sh +++ b/scripts/download.sh @@ -9,7 +9,7 @@ set -euo pipefail -REPO="Abdess/retroarch_system" +REPO="Abdess/retrobios" API="https://api.github.com/repos/${REPO}/releases/latest" usage() {