game:
exe: $GAMEDIR/YourOnlyMoveIsHUSTLE/YourOnlyMoveIsHUSTLE.exe
working_dir: $GAMEDIR
installer:
- execute:
command: echo 'gamedir ' $GAMEDIR 'cache ' $CACHE
- execute:
command: wget $(curl -q -X POST https://ivysly.itch.io/your-only-move-is-hustle/file/7260119 |
jq -r .url) -O $CACHE/hustle.zip
- extract:
dst: $GAMEDIR/YourOnlyMoveIsHUSTLE
file: $CACHE/hustle.zip
description: Uses itch.io version.
game_slug: your-only-move-is-hustle
gogslug: ''
humblestoreid: ''
installer_slug: your-only-move-is-hustle-v0130
name: Your Only Move Is HUSTLE
notes: Requires wget and jq, due to itch not having direct download links. If the
installer fails with error code 1024, the file number in the URL is out-of-date.
runner: wine
script:
game:
exe: $GAMEDIR/YourOnlyMoveIsHUSTLE/YourOnlyMoveIsHUSTLE.exe
working_dir: $GAMEDIR
installer:
- execute:
command: echo 'gamedir ' $GAMEDIR 'cache ' $CACHE
- execute:
command: wget $(curl -q -X POST https://ivysly.itch.io/your-only-move-is-hustle/file/7260119 |
jq -r .url) -O $CACHE/hustle.zip
- extract:
dst: $GAMEDIR/YourOnlyMoveIsHUSTLE
file: $CACHE/hustle.zip
slug: your-only-move-is-hustle-v0130
steamid: 2212330
version: v0.13.0
year: 2023
{
"game_slug": "your-only-move-is-hustle",
"version": "v0.13.0",
"description": "Uses itch.io version.",
"notes": "Requires wget and jq, due to itch not having direct download links. If the installer fails with error code 1024, the file number in the URL is out-of-date.",
"name": "Your Only Move Is HUSTLE",
"year": 2023,
"steamid": 2212330,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "your-only-move-is-hustle-v0130",
"installer_slug": "your-only-move-is-hustle-v0130",
"script": {
"game": {
"exe": "$GAMEDIR/YourOnlyMoveIsHUSTLE/YourOnlyMoveIsHUSTLE.exe",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"execute": {
"command": "echo 'gamedir ' $GAMEDIR 'cache ' $CACHE"
}
},
{
"execute": {
"command": "wget $(curl -q -X POST https://ivysly.itch.io/your-only-move-is-hustle/file/7260119 | jq -r .url) -O $CACHE/hustle.zip"
}
},
{
"extract": {
"dst": "$GAMEDIR/YourOnlyMoveIsHUSTLE",
"file": "$CACHE/hustle.zip"
}
}
]
}
}