From 7f0c27e472b73969f75d92fc9e68cb0c80fc6a03 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 18 Dec 2024 04:38:11 -0500 Subject: [PATCH] Updated the file name of the download. Forgot to change it from the Audio Game Manager version. --- .install/Soulblaze.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/Soulblaze.sh b/.install/Soulblaze.sh index 249b8cc..7735aec 100644 --- a/.install/Soulblaze.sh +++ b/.install/Soulblaze.sh @@ -1,5 +1,5 @@ check_architecture x86_64 -get_installer "soulblaze-win-beta.zip" "https://sword-and-quill.itch.io/soulblaze" +get_installer "soulblaze-linux-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"