files:
- veloren: https://github.com/veloren/Airshipper/releases/latest/download/airshipper-linux.tar.gz
game:
exe: airshipper
installer:
- extract:
dst: $GAMEDIR
file: veloren
- chmodx: $GAMEDIR/airshipper
description: ''
game_slug: veloren
gogslug: ''
humblestoreid: ''
installer_slug: veloren-launcher
name: Veloren
notes: ''
runner: linux
script:
files:
- veloren: https://github.com/veloren/Airshipper/releases/latest/download/airshipper-linux.tar.gz
game:
exe: airshipper
installer:
- extract:
dst: $GAMEDIR
file: veloren
- chmodx: $GAMEDIR/airshipper
slug: veloren-launcher
steamid: null
version: Launcher
year: 2019
{
"game_slug": "veloren",
"version": "Launcher",
"description": "",
"notes": "",
"name": "Veloren",
"year": 2019,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "veloren-launcher",
"installer_slug": "veloren-launcher",
"script": {
"files": [
{
"veloren": "https://github.com/veloren/Airshipper/releases/latest/download/airshipper-linux.tar.gz"
}
],
"game": {
"exe": "airshipper"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "veloren"
}
},
{
"chmodx": "$GAMEDIR/airshipper"
}
]
}
}