Installer moodle-desktop-372
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - client: https://download.moodle.org/desktop/linux/moodledesktop-linux-64-v372.tar.gz game: exe: linux-x64.AppImage installer: - extract: dst: $GAMEDIR src: client - chmodx: linux-x64.AppImage
{ "files": [ { "client": "https://download.moodle.org/desktop/linux/moodledesktop-linux-64-v372.tar.gz" } ], "game": { "exe": "linux-x64.AppImage" }, "installer": [ { "extract": { "dst": "$GAMEDIR", "src": "client" } }, { "chmodx": "linux-x64.AppImage" } ] }