mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-18 23:02:33 -05:00
update repo references after rename to retrobios
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -185,8 +185,8 @@ jobs:
|
|||||||
python scripts/download.py retroarch ~/RetroArch/system/
|
python scripts/download.py retroarch ~/RetroArch/system/
|
||||||
|
|
||||||
# Archived platforms (RetroPie, etc.)
|
# Archived platforms (RetroPie, etc.)
|
||||||
git clone https://github.com/Abdess/retroarch_system.git
|
git clone https://github.com/Abdess/retrobios.git
|
||||||
cd retroarch_system && pip install pyyaml
|
cd retrobios && pip install pyyaml
|
||||||
python scripts/generate_pack.py --platform retropie -o ~/Downloads/
|
python scripts/generate_pack.py --platform retropie -o ~/Downloads/
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ sys.path.insert(0, os.path.dirname(__file__))
|
|||||||
from common import safe_extract_zip
|
from common import safe_extract_zip
|
||||||
|
|
||||||
GITHUB_API = "https://api.github.com"
|
GITHUB_API = "https://api.github.com"
|
||||||
REPO = "Abdess/retroarch_system"
|
REPO = "Abdess/retrobios"
|
||||||
|
|
||||||
|
|
||||||
def get_latest_release() -> dict:
|
def get_latest_release() -> dict:
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ DEFAULT_DB_FILE = "database.json"
|
|||||||
DEFAULT_OUTPUT_DIR = "dist"
|
DEFAULT_OUTPUT_DIR = "dist"
|
||||||
DEFAULT_BIOS_DIR = "bios"
|
DEFAULT_BIOS_DIR = "bios"
|
||||||
LARGE_FILES_RELEASE = "large-files"
|
LARGE_FILES_RELEASE = "large-files"
|
||||||
LARGE_FILES_REPO = "Abdess/retroarch_system"
|
LARGE_FILES_REPO = "Abdess/retrobios"
|
||||||
|
|
||||||
|
|
||||||
def load_database(db_path: str) -> dict:
|
def load_database(db_path: str) -> dict:
|
||||||
|
|||||||
@@ -152,8 +152,8 @@ def generate_readme(db: dict, configs: dict) -> str:
|
|||||||
"You can generate any pack locally - including archived ones:")
|
"You can generate any pack locally - including archived ones:")
|
||||||
lines.append("")
|
lines.append("")
|
||||||
lines.append("```bash")
|
lines.append("```bash")
|
||||||
lines.append("git clone https://github.com/Abdess/retroarch_system.git")
|
lines.append("git clone https://github.com/Abdess/retrobios.git")
|
||||||
lines.append("cd retroarch_system")
|
lines.append("cd retrobios")
|
||||||
lines.append("pip install pyyaml")
|
lines.append("pip install pyyaml")
|
||||||
lines.append("")
|
lines.append("")
|
||||||
lines.append("# Generate for a specific platform")
|
lines.append("# Generate for a specific platform")
|
||||||
|
|||||||
Reference in New Issue
Block a user