Game "Wicked Quest" added.
This commit is contained in:
7
.launch/Wicked Quest.game
Normal file
7
.launch/Wicked Quest.game
Normal file
@@ -0,0 +1,7 @@
|
||||
local arch=$(uname -m)
|
||||
if [[ "$arch" == "aarch64" ]]; then
|
||||
pushd "${installPath}/wicked_quest-linux-aarch64"
|
||||
else
|
||||
pushd "${installPath}/wicked_quest-linux-x86_64"
|
||||
fi
|
||||
./wicked_quest
|
Reference in New Issue
Block a user