Installer geforce-now-windows

files:
- installer: https://download.nvidia.com/gfnpc/GeForceNOW-release.exe
game:
  exe: $GAMEDIR/geforcenow.exe
  prefix: $GAMEDIR/prefix
  working_dir: $GAMEDIR/prefix
installer:
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR/prefix
- task:
    executable: installer
    name: wineexec
    prefix: $GAMEDIR/prefix
description: Run GeForce NOW using the installer
game_slug: geforce-now
gogslug: ''
humblestoreid: ''
installer_slug: geforce-now-windows
name: GeForce NOW
notes: ''
runner: wine
script:
  files:
  - installer: https://download.nvidia.com/gfnpc/GeForceNOW-release.exe
  game:
    exe: $GAMEDIR/geforcenow.exe
    prefix: $GAMEDIR/prefix
    working_dir: $GAMEDIR/prefix
  installer:
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR/prefix
  - task:
      executable: installer
      name: wineexec
      prefix: $GAMEDIR/prefix
slug: geforce-now-windows
steamid: null
version: Windows
year: 2015
{
  "game_slug": "geforce-now",
  "version": "Windows",
  "description": "Run GeForce NOW using the installer",
  "notes": "",
  "name": "GeForce NOW",
  "year": 2015,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "geforce-now-windows",
  "installer_slug": "geforce-now-windows",
  "script": {
    "files": [
      {
        "installer": "https://download.nvidia.com/gfnpc/GeForceNOW-release.exe"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/geforcenow.exe",
      "prefix": "$GAMEDIR/prefix",
      "working_dir": "$GAMEDIR/prefix"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "executable": "installer",
          "name": "wineexec",
          "prefix": "$GAMEDIR/prefix"
        }
      }
    ]
  }
}
Back to game