files:
- installer:
filename: itch-setup
url: https://itch.io/app/download?platform=linux
game:
exe: $GAMEDIR/itch
installer:
- chmodx: installer
- execute:
disable_runtime: true
file: installer
- move:
dst: $GAMEDIR
src: $HOME/.itch/
- execute:
command: mv $GAMEDIR/.itch/* $GAMEDIR
- execute:
command: ln -s $GAMEDIR $HOME/.itch
system:
pulse_latency: true
description: ''
game_slug: itchio
gogslug: ''
humblestoreid: ''
installer_slug: itchio-latest
name: Itch.io
notes: ''
runner: linux
script:
files:
- installer:
filename: itch-setup
url: https://itch.io/app/download?platform=linux
game:
exe: $GAMEDIR/itch
installer:
- chmodx: installer
- execute:
disable_runtime: true
file: installer
- move:
dst: $GAMEDIR
src: $HOME/.itch/
- execute:
command: mv $GAMEDIR/.itch/* $GAMEDIR
- execute:
command: ln -s $GAMEDIR $HOME/.itch
system:
pulse_latency: true
slug: itchio-latest
steamid: null
version: Latest
year: null
{
"game_slug": "itchio",
"version": "Latest",
"description": "",
"notes": "",
"name": "Itch.io",
"year": null,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "itchio-latest",
"installer_slug": "itchio-latest",
"script": {
"files": [
{
"installer": {
"filename": "itch-setup",
"url": "https://itch.io/app/download?platform=linux"
}
}
],
"game": {
"exe": "$GAMEDIR/itch"
},
"installer": [
{
"chmodx": "installer"
},
{
"execute": {
"disable_runtime": true,
"file": "installer"
}
},
{
"move": {
"dst": "$GAMEDIR",
"src": "$HOME/.itch/"
}
},
{
"execute": {
"command": "mv $GAMEDIR/.itch/* $GAMEDIR"
}
},
{
"execute": {
"command": "ln -s $GAMEDIR $HOME/.itch"
}
}
],
"system": {
"pulse_latency": true
}
}
}