Game "Wicked Quest" added.
This commit is contained in:
12
.install/Wicked Quest.sh
Normal file
12
.install/Wicked Quest.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
local arch=$(uname -m)
|
||||
local gameName
|
||||
|
||||
if [[ "$arch" == "aarch64" ]]; then
|
||||
gameName="wicked_quest-linux-aarch64.zip"
|
||||
else
|
||||
gameName="wicked_quest-linux-x86_64.zip"
|
||||
fi
|
||||
|
||||
get_installer "$gameName" "https://stormdragon2976.itch.io/wicked-quest"
|
||||
mkdir -p "${installPath}/Wicked_Quest"
|
||||
unzip -d "${installPath}/" "${cache}/$gameName"
|
Reference in New Issue
Block a user