files:
- file: https://github.com/love2d/love/releases/download/11.4/love-11.4-x86_64.AppImage
game:
exe: $GAMEDIR/file.AppImage
installer:
- move:
dst: $GAMEDIR/file.AppImage
src: file
- chmodx: $GAMEDIR/file.AppImage
system:
env:
APPIMAGELAUNCHER_DISABLE: true
description: ''
game_slug: love2d
gogslug: ''
humblestoreid: ''
installer_slug: love2d-114
name: Love2D
notes: ''
runner: linux
script:
files:
- file: https://github.com/love2d/love/releases/download/11.4/love-11.4-x86_64.AppImage
game:
exe: $GAMEDIR/file.AppImage
installer:
- move:
dst: $GAMEDIR/file.AppImage
src: file
- chmodx: $GAMEDIR/file.AppImage
system:
env:
APPIMAGELAUNCHER_DISABLE: true
slug: love2d-114
steamid: null
version: '11.4'
year: null
{
"game_slug": "love2d",
"version": "11.4",
"description": "",
"notes": "",
"name": "Love2D",
"year": null,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "love2d-114",
"installer_slug": "love2d-114",
"script": {
"files": [
{
"file": "https://github.com/love2d/love/releases/download/11.4/love-11.4-x86_64.AppImage"
}
],
"game": {
"exe": "$GAMEDIR/file.AppImage"
},
"installer": [
{
"move": {
"dst": "$GAMEDIR/file.AppImage",
"src": "file"
}
},
{
"chmodx": "$GAMEDIR/file.AppImage"
}
],
"system": {
"env": {
"APPIMAGELAUNCHER_DISABLE": true
}
}
}
}