Constant Motion Added.

This commit is contained in:
Storm Dragon
2026-02-19 14:09:37 -05:00
parent 2c86ca3b21
commit 9b454388f5
2 changed files with 11 additions and 0 deletions

View 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"