Installer ea-app-open-beta

files:
- client: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe
game:
  exe: drive_c/Program Files/Electronic Arts/EA Desktop/EA Desktop/EADesktop.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix...
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: liberation d3dcompiler_47
    description: Installing dependencies...
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /silent
    description: Installing EA Desktop...
    exclude_processes: EADesktop.exe EABackgroundService.exe EALocalHostSvc.exe QtWebEngineProcess.exe
      explorer.exe
    executable: client
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
system:
  env:
    LC_ALL: en_US.utf-8
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
description: Lacks some Origin games, but they are being slowly added.
game_slug: ea-app
gogslug: ''
humblestoreid: ''
installer_slug: ea-app-open-beta
name: EA App
notes: ''
runner: wine
script:
  files:
  - client: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe
  game:
    exe: drive_c/Program Files/Electronic Arts/EA Desktop/EA Desktop/EADesktop.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix...
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: liberation d3dcompiler_47
      description: Installing dependencies...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      args: /silent
      description: Installing EA Desktop...
      exclude_processes: EADesktop.exe EABackgroundService.exe EALocalHostSvc.exe
        QtWebEngineProcess.exe explorer.exe
      executable: client
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  system:
    env:
      LC_ALL: en_US.utf-8
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
slug: ea-app-open-beta
steamid: null
version: Open Beta
year: 2022
{
  "game_slug": "ea-app",
  "version": "Open Beta",
  "description": "Lacks some Origin games, but they are being slowly added.",
  "notes": "",
  "name": "EA App",
  "year": 2022,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "ea-app-open-beta",
  "installer_slug": "ea-app-open-beta",
  "script": {
    "files": [
      {
        "client": "https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files/Electronic Arts/EA Desktop/EA Desktop/EADesktop.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "liberation d3dcompiler_47",
          "description": "Installing dependencies...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/silent",
          "description": "Installing EA Desktop...",
          "exclude_processes": "EADesktop.exe EABackgroundService.exe EALocalHostSvc.exe QtWebEngineProcess.exe explorer.exe",
          "executable": "client",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "LC_ALL": "en_US.utf-8",
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      }
    }
  }
}
Back to game