Installer xbox-cloud-gaming-electron

This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full 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
{
  "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