6 lines
277 B
Bash
6 lines
277 B
Bash
|
check_architecture x86_64
|
||
|
get_installer "onslaught.AppImage" "https://lightsoutgames.itch.io/onslaught"
|
||
|
mkdir -p "${installPath}/Onslaught"
|
||
|
cp -v "${cache}/onslaught.AppImage" "${installPath}/Onslaught/onslaught.AppImage"
|
||
|
chmod +x "${installPath}/Onslaught/onslaught.AppImage"
|