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/Fantasy Story II.sh
Normal file
5
.install/Fantasy Story II.sh
Normal file
@ -0,0 +1,5 @@
|
||||
check_architecture x86_64
|
||||
get_installer "FS2_3.0_Linux.zip" "https://drive.google.com/file/d/15Y5nxR1zl9vVNzMilpaXdCSBFhNUIDC9/view"
|
||||
unzip -d "${installPath}" "${cache}/FS2_3.0_Linux.zip"
|
||||
chmod +x "${installPath}/FS2_3.0_Linux/fs2.x86_64"
|
||||
add_launcher "${installPath}/FS2_3.0_Linux/fs2.x86_64" "-ESpeakApplication=espeak-ng"
|
Reference in New Issue
Block a user