files:
- game_file:
filename: 0ad-x86_64.AppImage
url: https://github.com/0ad-matters/0ad-appimage/releases/download/v0.27.1/0ad-0.27.1-x86_64.AppImage
game:
exe: $GAMEDIR/squashfs-root/AppRun
installer:
- chmodx: game_file
- copy:
dst: $GAMEDIR
src: game_file
- execute:
command: cd "$GAMEDIR"; mkdir 0ad-x86_64.AppImage.home 0ad-x86_64.AppImage.config;
./0ad-x86_64.AppImage --appimage-extract;
description: Play "0 A.D." on Linux!
game_slug: 0-ad
gogslug: ''
humblestoreid: ''
installer_slug: 0-ad-appimage
name: 0 A.D.
notes: ''
runner: linux
script:
files:
- game_file:
filename: 0ad-x86_64.AppImage
url: https://github.com/0ad-matters/0ad-appimage/releases/download/v0.27.1/0ad-0.27.1-x86_64.AppImage
game:
exe: $GAMEDIR/squashfs-root/AppRun
installer:
- chmodx: game_file
- copy:
dst: $GAMEDIR
src: game_file
- execute:
command: cd "$GAMEDIR"; mkdir 0ad-x86_64.AppImage.home 0ad-x86_64.AppImage.config;
./0ad-x86_64.AppImage --appimage-extract;
slug: 0-ad-appimage
steamid: null
version: AppImage
year: 2014
{
"game_slug": "0-ad",
"version": "AppImage",
"description": "Play \"0 A.D.\" on Linux!",
"notes": "",
"name": "0 A.D.",
"year": 2014,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "0-ad-appimage",
"installer_slug": "0-ad-appimage",
"script": {
"files": [
{
"game_file": {
"filename": "0ad-x86_64.AppImage",
"url": "https://github.com/0ad-matters/0ad-appimage/releases/download/v0.27.1/0ad-0.27.1-x86_64.AppImage"
}
}
],
"game": {
"exe": "$GAMEDIR/squashfs-root/AppRun"
},
"installer": [
{
"chmodx": "game_file"
},
{
"copy": {
"dst": "$GAMEDIR",
"src": "game_file"
}
},
{
"execute": {
"command": "cd \"$GAMEDIR\"; mkdir 0ad-x86_64.AppImage.home 0ad-x86_64.AppImage.config; ./0ad-x86_64.AppImage --appimage-extract;"
}
}
]
}
}