files:
- game_file: https://www.supersmashland.com/SmashLand-Final-1-1.zip
game:
exe: $GAMEDIR/SuperSmashLand.exe
installer:
- task:
arch: win64
name: create_prefix
- extract:
dst: $GAMEDIR
file: game_file
description: ''
game_slug: super-smash-land
gogslug: ''
humblestoreid: ''
installer_slug: super-smash-land-11-final
name: Super Smash Land
notes: ''
runner: wine
script:
files:
- game_file: https://www.supersmashland.com/SmashLand-Final-1-1.zip
game:
exe: $GAMEDIR/SuperSmashLand.exe
installer:
- task:
arch: win64
name: create_prefix
- extract:
dst: $GAMEDIR
file: game_file
slug: super-smash-land-11-final
steamid: null
version: 1.1 Final
year: 2011
{
"game_slug": "super-smash-land",
"version": "1.1 Final",
"description": "",
"notes": "",
"name": "Super Smash Land",
"year": 2011,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "super-smash-land-11-final",
"installer_slug": "super-smash-land-11-final",
"script": {
"files": [
{
"game_file": "https://www.supersmashland.com/SmashLand-Final-1-1.zip"
}
],
"game": {
"exe": "$GAMEDIR/SuperSmashLand.exe"
},
"installer": [
{
"task": {
"arch": "win64",
"name": "create_prefix"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"file": "game_file"
}
}
]
}
}