files:
- file1: N/A:Please select the IndieGameStand executable
game:
arch: win32
exe: $file1
prefix: $GAMEDIR
installer:
- merge:
dst: $GAMEDIR/drive_c/Program Files/Sling It!
src: file1
description: ''
game_slug: sling-it
gogslug: ''
humblestoreid: ''
installer_slug: sling-it-indiegamestand
name: Sling It!
notes: ''
runner: wine
script:
files:
- file1: N/A:Please select the IndieGameStand executable
game:
arch: win32
exe: $file1
prefix: $GAMEDIR
installer:
- merge:
dst: $GAMEDIR/drive_c/Program Files/Sling It!
src: file1
slug: sling-it-indiegamestand
steamid: null
version: IndieGameStand
year: null
{
"game_slug": "sling-it",
"version": "IndieGameStand",
"description": "",
"notes": "",
"name": "Sling It!",
"year": null,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "sling-it-indiegamestand",
"installer_slug": "sling-it-indiegamestand",
"script": {
"files": [
{
"file1": "N/A:Please select the IndieGameStand executable"
}
],
"game": {
"arch": "win32",
"exe": "$file1",
"prefix": "$GAMEDIR"
},
"installer": [
{
"merge": {
"dst": "$GAMEDIR/drive_c/Program Files/Sling It!",
"src": "file1"
}
}
]
}
}