mirror of
https://github.com/simple64/simple64.git
synced 2026-07-11 01:24:00 +02:00
add cheats.json
This commit is contained in:
@@ -2,6 +2,7 @@ simple64/
|
||||
discord/
|
||||
vosk/
|
||||
7z/
|
||||
cheats.json
|
||||
*zip
|
||||
*.dylib
|
||||
.DS_Store
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user