Installer a-test-envar-test

files:
- file: N/A:select the triangle
game:
  prefix: $GAMEDIR
installer:
- task:
    description: Creating Wine Prefix...
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dxvk
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: d3dcompiler_47
    name: winetricks
    prefix: $GAMEDIR
- task:
    executable: file
    include_processes: d3d11-triangle.exe
    name: wineexec
    prefix: $GAMEDIR
system:
  env:
    DXVK_HUD: 1
description: null
game_slug: test
gogslug: ''
humblestoreid: ''
installer_slug: a-test-envar-test
name: A test
notes: ''
runner: wine
script:
  files:
  - file: N/A:select the triangle
  game:
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating Wine Prefix...
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dxvk
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: d3dcompiler_47
      name: winetricks
      prefix: $GAMEDIR
  - task:
      executable: file
      include_processes: d3d11-triangle.exe
      name: wineexec
      prefix: $GAMEDIR
  system:
    env:
      DXVK_HUD: 1
slug: a-test-envar-test
steamid: null
version: envar test
year: null
{
  "game_slug": "test",
  "version": "envar test",
  "description": null,
  "notes": "",
  "name": "A test",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "a-test-envar-test",
  "installer_slug": "a-test-envar-test",
  "script": {
    "files": [
      {
        "file": "N/A:select the triangle"
      }
    ],
    "game": {
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine Prefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dxvk",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "d3dcompiler_47",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "executable": "file",
          "include_processes": "d3d11-triangle.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_HUD": 1
      }
    }
  }
}
Back to game