Added Super Liam for linux
This commit is contained in:
5
.install/Super Liam.sh
Normal file
5
.install/Super Liam.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
# shellcheck shell=bash disable=SC2154 # installPath and cache are set by linux-game-manager.sh
|
||||
check_architecture x86_64
|
||||
download "https://l-works.net/files/SuperLiam_linux.tar.gz"
|
||||
cd "${installPath}"
|
||||
tar -xzf "$cache/SuperLiam_linux.tar.gz" -C "${installPath}"
|
||||
3
.launch/Super Liam.game
Normal file
3
.launch/Super Liam.game
Normal file
@@ -0,0 +1,3 @@
|
||||
check_architecture x86_64
|
||||
pushd "${installPath}/Super Liam"
|
||||
${fex}./SuperLiam
|
||||
Reference in New Issue
Block a user