updated install games function. Inallations are now handled in files in the .install directory. This may be horribly broken, for stability, use the master branch.
This commit is contained in:
5
.install/Ball Bouncer.sh
Normal file
5
.install/Ball Bouncer.sh
Normal file
@ -0,0 +1,5 @@
|
||||
check_architecture x86_64
|
||||
download "https://files.sooslandia.ru/BallBouncer/1.2.1/BallBouncer-linux-1.2.1.zip"
|
||||
unzip -d "${installPath}/" "${cache}/BallBouncer-linux-1.2.1.zip"
|
||||
chmod +x "${installPath}/BallBouncer/BallBouncer"
|
||||
add_launcher "${installPath}/BallBouncer/BallBouncer"
|
Reference in New Issue
Block a user