files:
- file:
filename: HARDCODED_demo
url: N/A:Select the executable from Itch.io
game:
exe: $GAMEDIR/HARDCODED_demo
installer:
- move:
dst: $GAMEDIR
src: file
- chmodx: $GAMEDIR/HARDCODED_demo
description: null
game_slug: hardcoded
gogslug: ''
humblestoreid: ''
installer_slug: hardcoded-itchio-demo
name: Hardcoded
notes: ''
runner: linux
script:
files:
- file:
filename: HARDCODED_demo
url: N/A:Select the executable from Itch.io
game:
exe: $GAMEDIR/HARDCODED_demo
installer:
- move:
dst: $GAMEDIR
src: file
- chmodx: $GAMEDIR/HARDCODED_demo
slug: hardcoded-itchio-demo
steamid: null
version: Itch.io Demo
year: 2018
{
"game_slug": "hardcoded",
"version": "Itch.io Demo",
"description": null,
"notes": "",
"name": "Hardcoded",
"year": 2018,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "hardcoded-itchio-demo",
"installer_slug": "hardcoded-itchio-demo",
"script": {
"files": [
{
"file": {
"filename": "HARDCODED_demo",
"url": "N/A:Select the executable from Itch.io"
}
}
],
"game": {
"exe": "$GAMEDIR/HARDCODED_demo"
},
"installer": [
{
"move": {
"dst": "$GAMEDIR",
"src": "file"
}
},
{
"chmodx": "$GAMEDIR/HARDCODED_demo"
}
]
}
}