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:
6
.install/System Fault.sh
Normal file
6
.install/System Fault.sh
Normal file
@ -0,0 +1,6 @@
|
||||
check_architecture x86_64
|
||||
get_installer "system-fault-linux-x86_64.AppImage" "https://lightsoutgames.itch.io/systemfault"
|
||||
mkdir -p "${installPath}/System_Fault"
|
||||
cp -v "${cache}/system-fault-linux-x86_64.AppImage" "${installPath}/System_Fault/system-fault-linux-x86_64.AppImage"
|
||||
chmod +x "${installPath}/System_Fault/system-fault-linux-x86_64.AppImage"
|
||||
add_launcher "${installPath}/System_Fault/system-fault-linux-x86_64.AppImage"
|
Reference in New Issue
Block a user