files:
- openra: https://github.com/OpenRA/OpenRA/releases/latest/download/OpenRA-Red-Alert-x86_64.AppImage
game:
exe: OpenRA-Red-Alert-x86_64.AppImage
installer:
- chmodx: openra
- move:
dst: $GAMEDIR
src: openra
system:
env:
APPIMAGELAUNCHER_DISABLE: true
description: Installs latest version of AppImage from Github.
game_slug: openra
gogslug: ''
humblestoreid: ''
installer_slug: openra-red-alert-appimage
name: OpenRA Red Alert
notes: It seems to have conflict with GameMode.
runner: linux
script:
files:
- openra: https://github.com/OpenRA/OpenRA/releases/latest/download/OpenRA-Red-Alert-x86_64.AppImage
game:
exe: OpenRA-Red-Alert-x86_64.AppImage
installer:
- chmodx: openra
- move:
dst: $GAMEDIR
src: openra
system:
env:
APPIMAGELAUNCHER_DISABLE: true
slug: openra-red-alert-appimage
steamid: null
version: AppImage
year: 2007
{
"game_slug": "openra",
"version": "AppImage",
"description": "Installs latest version of AppImage from Github.",
"notes": "It seems to have conflict with GameMode.",
"name": "OpenRA Red Alert",
"year": 2007,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "openra-red-alert-appimage",
"installer_slug": "openra-red-alert-appimage",
"script": {
"files": [
{
"openra": "https://github.com/OpenRA/OpenRA/releases/latest/download/OpenRA-Red-Alert-x86_64.AppImage"
}
],
"game": {
"exe": "OpenRA-Red-Alert-x86_64.AppImage"
},
"installer": [
{
"chmodx": "openra"
},
{
"move": {
"dst": "$GAMEDIR",
"src": "openra"
}
}
],
"system": {
"env": {
"APPIMAGELAUNCHER_DISABLE": true
}
}
}
}