Installer cinebench-r23-01

files:
- app_zip: https://installer.maxon.net/cinebench/CinebenchR23.zip
game:
  arch: win64
  exe: drive_c/Program Files (x86)/Cinebench_R23/Cinebench.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating 64bit Wine prefix.
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: arial
    arch: win64
    description: Installing Arial font
    name: winetricks
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Cinebench_R23/
    file: app_zip
description: Wine Zip installer
game_slug: cinebench-r23
gogslug: ''
humblestoreid: ''
installer_slug: cinebench-r23-01
name: Cinebench R23
notes: ''
runner: wine
script:
  files:
  - app_zip: https://installer.maxon.net/cinebench/CinebenchR23.zip
  game:
    arch: win64
    exe: drive_c/Program Files (x86)/Cinebench_R23/Cinebench.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating 64bit Wine prefix.
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: arial
      arch: win64
      description: Installing Arial font
      name: winetricks
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Cinebench_R23/
      file: app_zip
slug: cinebench-r23-01
steamid: null
version: '0.1'
year: 2022
{
  "game_slug": "cinebench-r23",
  "version": "0.1",
  "description": "Wine Zip installer",
  "notes": "",
  "name": "Cinebench R23",
  "year": 2022,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "cinebench-r23-01",
  "installer_slug": "cinebench-r23-01",
  "script": {
    "files": [
      {
        "app_zip": "https://installer.maxon.net/cinebench/CinebenchR23.zip"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files (x86)/Cinebench_R23/Cinebench.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating 64bit Wine prefix.",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial",
          "arch": "win64",
          "description": "Installing Arial font",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Cinebench_R23/",
          "file": "app_zip"
        }
      }
    ]
  }
}
Back to game