add cheats.json

This commit is contained in:
Logan McNaughton
2023-09-03 19:07:08 -06:00
parent f3ad44199c
commit 7a9c1ebb97
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ simple64/
discord/
vosk/
7z/
cheats.json
*zip
*.dylib
.DS_Store
+7
View File
@@ -102,6 +102,13 @@ if [[ ! -d "${base_dir}/vosk" ]]; then
rm ./*.zip
fi
if [[ ! -f "${base_dir}/cheats.json" ]]; then
cd "${base_dir}"
wget -q https://raw.githubusercontent.com/simple64/cheat-parser/main/cheats.json
fi
cp "${base_dir}/cheats.json" "${install_dir}"
if [[ ${UNAME} == *"MINGW64"* ]]; then
if [[ ! -d "${base_dir}/7z" ]]; then
echo "Downloading 7-zip"