files:
- gamedata: $STEAM:409670:/
game:
exe: PinkHour.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- merge:
dst: $GAMEDIR
src: gamedata
description: ''
game_slug: pink-hour
gogslug: ''
humblestoreid: ''
installer_slug: pink-hour-standalone
name: Pink Hour
notes: Uses Steam Data, outside of Steam
runner: wine
script:
files:
- gamedata: $STEAM:409670:/
game:
exe: PinkHour.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- merge:
dst: $GAMEDIR
src: gamedata
slug: pink-hour-standalone
steamid: 409670
version: Standalone
year: 2015
{
"game_slug": "pink-hour",
"version": "Standalone",
"description": "",
"notes": "Uses Steam Data, outside of Steam",
"name": "Pink Hour",
"year": 2015,
"steamid": 409670,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "pink-hour-standalone",
"installer_slug": "pink-hour-standalone",
"script": {
"files": [
{
"gamedata": "$STEAM:409670:/"
}
],
"game": {
"exe": "PinkHour.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "gamedata"
}
}
]
}
}