Installer ashes-wlg-appimage
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: - appimage: filename: ashes.AppImage url: https://wlg-ashes.fr/downloadlatest/linuxclient game: exe: ashes.AppImage installer: - move: dst: $GAMEDIR src: appimage - chmodx: $GAMEDIR/ashes.AppImage
{ "files": [ { "appimage": { "filename": "ashes.AppImage", "url": "https://wlg-ashes.fr/downloadlatest/linuxclient" } } ], "game": { "exe": "ashes.AppImage" }, "installer": [ { "move": { "dst": "$GAMEDIR", "src": "appimage" } }, { "chmodx": "$GAMEDIR/ashes.AppImage" } ] }