mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-09 04:10:05 +00:00
Use local copy of gamedb
This commit is contained in:
parent
924d4b6a72
commit
f745b7763c
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@ COMPAT_LIST='dist/compatibility_list/compatibility_list.json'
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
|
|
||||||
pip3 install git-archive-all
|
pip3 install git-archive-all
|
||||||
wget -q https://web.archive.org/web/20231111133415if_/https://api.citra-emu.org/gamedb -O "${COMPAT_LIST}"
|
|
||||||
|
# wget -q https://web.archive.org/web/20231111133415if_/https://api.citra-emu.org/gamedb -O "${COMPAT_LIST}"
|
||||||
|
touch "${COMPAT_LIST}"
|
||||||
|
|
||||||
git describe --abbrev=0 --always HEAD > GIT-COMMIT
|
git describe --abbrev=0 --always HEAD > GIT-COMMIT
|
||||||
git describe --tags HEAD > GIT-TAG || echo 'unknown' > GIT-TAG
|
git describe --tags HEAD > GIT-TAG || echo 'unknown' > GIT-TAG
|
||||||
git archive-all --include "${COMPAT_LIST}" --include GIT-COMMIT --include GIT-TAG --force-submodules artifacts/"${REV_NAME}.tar"
|
git archive-all --include "${COMPAT_LIST}" --include GIT-COMMIT --include GIT-TAG --force-submodules artifacts/"${REV_NAME}.tar"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue