files:
- archive: N/A:Put here the linux game package from Game Jolt.
game:
exe: $GAMEDIR/Game
working_dir: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR
file: archive
- chmodx: $GAMEDIR/Game
- execute:
command: chmod +x Game
description: null
game_slug: my-little-pony-the-cursed-gem
gogslug: ''
humblestoreid: ''
installer_slug: my-little-pony-the-cursed-gem-2x
name: 'My Little Pony: The Cursed Gem'
notes: Requires to download the linux package on Game Jolt
runner: linux
script:
files:
- archive: N/A:Put here the linux game package from Game Jolt.
game:
exe: $GAMEDIR/Game
working_dir: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR
file: archive
- chmodx: $GAMEDIR/Game
- execute:
command: chmod +x Game
slug: my-little-pony-the-cursed-gem-2x
steamid: null
version: 2.x
year: 2014
{
"game_slug": "my-little-pony-the-cursed-gem",
"version": "2.x",
"description": null,
"notes": "Requires to download the linux package on Game Jolt",
"name": "My Little Pony: The Cursed Gem",
"year": 2014,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "my-little-pony-the-cursed-gem-2x",
"installer_slug": "my-little-pony-the-cursed-gem-2x",
"script": {
"files": [
{
"archive": "N/A:Put here the linux game package from Game Jolt."
}
],
"game": {
"exe": "$GAMEDIR/Game",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "archive"
}
},
{
"chmodx": "$GAMEDIR/Game"
},
{
"execute": {
"command": "chmod +x Game"
}
}
]
}
}