Constant Motion Added.
This commit is contained in:
7
.install/Constant Motion.sh
Normal file
7
.install/Constant Motion.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
check_architecture x86_64
|
||||||
|
installPath="${installPath:-${HOME}/.local/games}"
|
||||||
|
cache="${cache:-${XDG_CACHE_HOME:-$HOME/.cache}/linux-game-manager}"
|
||||||
|
download "https://samtupy.com/games/cm.tar.gz"
|
||||||
|
mkdir -p "${installPath}/Constant Motion"
|
||||||
|
tar -xzf "${cache}/cm.tar.gz" -C "${installPath}/Constant Motion"
|
||||||
|
chmod +x "${installPath}/Constant Motion/cm"
|
||||||
4
.launch/Constant Motion.game
Normal file
4
.launch/Constant Motion.game
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
check_architecture x86_64
|
||||||
|
gameExecutable="${installPath}/Constant Motion/cm"
|
||||||
|
pushd "${installPath}/Constant Motion"
|
||||||
|
${fex}"${gameExecutable}"
|
||||||
Reference in New Issue
Block a user