Add upheaval updater, and add dmidecode to check dependencies in the installer

This commit is contained in:
2023-12-09 20:18:18 -08:00
parent 6fef0d0fb7
commit b3d77721b0
2 changed files with 15 additions and 0 deletions

View File

@ -849,6 +849,7 @@ case "${game}" in
;;
"Upheaval")
check_architecture x86_64
check_dependencies dmidecode
get_installer "upheaval-linux-console.zip" "https://leonegaming.itch.io/upheaval"
mkdir -p "${installPath}/Upheaval"
unzip -d "${installPath}/Upheaval" "${cache}/upheaval-linux-console.zip"