files:
- file1: N/A:Please select the game archive
game:
exe: drive_c/U+MePLUS/Rinjin/SETUP.EXE
prefix: $GAMEDIR
installer:
- extract:
dst: $CACHE
file: $file1
- task:
executable: $CACHE/SETUP.EXE
name: wineexec
prefix: $GAMEDIR
description: null
game_slug: neighbor-watching
gogslug: ''
humblestoreid: ''
installer_slug: neighbor-watching-indiegala
name: Neighbor Watching
notes: Should work with the DRM-free version of the game purchased from any site as
long as SETUP.EXE is in the base folder of the archive.
runner: wine
script:
files:
- file1: N/A:Please select the game archive
game:
exe: drive_c/U+MePLUS/Rinjin/SETUP.EXE
prefix: $GAMEDIR
installer:
- extract:
dst: $CACHE
file: $file1
- task:
executable: $CACHE/SETUP.EXE
name: wineexec
prefix: $GAMEDIR
slug: neighbor-watching-indiegala
steamid: null
version: IndieGala
year: 2018
{
"game_slug": "neighbor-watching",
"version": "IndieGala",
"description": null,
"notes": "Should work with the DRM-free version of the game purchased from any site as long as SETUP.EXE is in the base folder of the archive.",
"name": "Neighbor Watching",
"year": 2018,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "neighbor-watching-indiegala",
"installer_slug": "neighbor-watching-indiegala",
"script": {
"files": [
{
"file1": "N/A:Please select the game archive"
}
],
"game": {
"exe": "drive_c/U+MePLUS/Rinjin/SETUP.EXE",
"prefix": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$CACHE",
"file": "$file1"
}
},
{
"task": {
"executable": "$CACHE/SETUP.EXE",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}