files:
- installer:
filename: Blockland_Setup.nsis
url: https://blockland.us/files/Blockland_Setup.exe
game:
arch: win32
args: -profilePath . -noconsole
exe: drive_c/Program Files/Blockland/BlocklandLauncher.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/Program Files/Blockland
file: installer
description: null
game_slug: blockland
gogslug: ''
humblestoreid: ''
installer_slug: blockland-launcher
name: Blockland
notes: ''
runner: wine
script:
files:
- installer:
filename: Blockland_Setup.nsis
url: https://blockland.us/files/Blockland_Setup.exe
game:
arch: win32
args: -profilePath . -noconsole
exe: drive_c/Program Files/Blockland/BlocklandLauncher.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/Program Files/Blockland
file: installer
slug: blockland-launcher
steamid: 250340
version: Launcher
year: 2007
{
"game_slug": "blockland",
"version": "Launcher",
"description": null,
"notes": "",
"name": "Blockland",
"year": 2007,
"steamid": 250340,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "blockland-launcher",
"installer_slug": "blockland-launcher",
"script": {
"files": [
{
"installer": {
"filename": "Blockland_Setup.nsis",
"url": "https://blockland.us/files/Blockland_Setup.exe"
}
}
],
"game": {
"arch": "win32",
"args": "-profilePath . -noconsole",
"exe": "drive_c/Program Files/Blockland/BlocklandLauncher.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR/drive_c/Program Files/Blockland",
"file": "installer"
}
}
]
}
}