Installer xbox-cloud-gaming-electron

game:
  exe: $HOME/xbox-cloud-gaming/run.sh
installer:
- execute:
    command: git clone https://github.com/GrandUK1/xbox-cloud-gaming.git && cd xbox-cloud-gaming
      && npm install && chmod +x run.sh
    terminal: true
description: The installer uses an electron app to run xbox cloud gaming. The installer
  pulls from my github page and then runs npm install to pull all dependencies for
  the electron app. The installer also makes run.sh executable because the command
  "npm start" is need to start app.
game_slug: xbox-cloud-gaming
gogslug: ''
humblestoreid: ''
installer_slug: xbox-cloud-gaming-electron
name: Xbox Cloud Gaming
notes: To get this Electron app to run you need to install npm package from you distribution.
runner: linux
script:
  game:
    exe: $HOME/xbox-cloud-gaming/run.sh
  installer:
  - execute:
      command: git clone https://github.com/GrandUK1/xbox-cloud-gaming.git && cd xbox-cloud-gaming
        && npm install && chmod +x run.sh
      terminal: true
slug: xbox-cloud-gaming-electron
steamid: null
version: Electron
year: 2021
{
  "game_slug": "xbox-cloud-gaming",
  "version": "Electron",
  "description": "The installer uses an electron app to run xbox cloud gaming. The installer pulls from my github page and then runs npm install to pull all dependencies for the electron app. The installer also makes run.sh executable because the command \"npm start\" is need to start app.",
  "notes": "To get this Electron app to run you need to install npm package from you distribution.",
  "name": "Xbox Cloud Gaming",
  "year": 2021,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "xbox-cloud-gaming-electron",
  "installer_slug": "xbox-cloud-gaming-electron",
  "script": {
    "game": {
      "exe": "$HOME/xbox-cloud-gaming/run.sh"
    },
    "installer": [
      {
        "execute": {
          "command": "git clone https://github.com/GrandUK1/xbox-cloud-gaming.git && cd xbox-cloud-gaming && npm install && chmod +x run.sh",
          "terminal": true
        }
      }
    ]
  }
}
Back to game