files:
- zipfile: https://cdn.tohoku.ac/sonicgalactic-demo2-patch1-win.zip
game:
exe: drive_c/sonicgalactic/SonicGalactic.exe
prefix: $GAMEDIR
installer:
- task:
description: Preparing Wine prefix
install_gecko: false
install_mono: false
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/sonicgalactic
file: zipfile
description: ''
game_slug: sonic-galactic
gogslug: ''
humblestoreid: ''
installer_slug: sonic-galactic-demo-2-patch-1
name: Sonic Galactic
notes: ''
runner: wine
script:
files:
- zipfile: https://cdn.tohoku.ac/sonicgalactic-demo2-patch1-win.zip
game:
exe: drive_c/sonicgalactic/SonicGalactic.exe
prefix: $GAMEDIR
installer:
- task:
description: Preparing Wine prefix
install_gecko: false
install_mono: false
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/sonicgalactic
file: zipfile
slug: sonic-galactic-demo-2-patch-1
steamid: null
version: Demo 2 Patch 1
year: 2020
{
"game_slug": "sonic-galactic",
"version": "Demo 2 Patch 1",
"description": "",
"notes": "",
"name": "Sonic Galactic",
"year": 2020,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "sonic-galactic-demo-2-patch-1",
"installer_slug": "sonic-galactic-demo-2-patch-1",
"script": {
"files": [
{
"zipfile": "https://cdn.tohoku.ac/sonicgalactic-demo2-patch1-win.zip"
}
],
"game": {
"exe": "drive_c/sonicgalactic/SonicGalactic.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Preparing Wine prefix",
"install_gecko": false,
"install_mono": false,
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR/drive_c/sonicgalactic",
"file": "zipfile"
}
}
]
}
}