Game "Soulblaze" added.

This commit is contained in:
Storm Dragon 2024-12-18 04:35:46 -05:00
parent f1a7a834a1
commit b67a71b9b7

5
.install/Soulblaze.sh Normal file
View File

@ -0,0 +1,5 @@
check_architecture x86_64
get_installer "soulblaze-win-beta.zip" "https://sword-and-quill.itch.io/soulblaze"
mkdir -p "${installPath}/Soulblaze"
unzip -d "${installPath}/Soulblaze" "${cache}/soulblaze-linux-beta.zip"
add_launcher "${installPath}/Soulblaze/Soulblaze.x86_64"