Installer ea-app-standard

files:
- setup: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe
game:
  exe: $GAMEDIR/drive_c/Program Files/Electronic Arts/EA Desktop/EA Desktop/EALauncher.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: corefonts
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: win10
    name: winetricks
    prefix: $GAMEDIR
- task:
    description: Installing EA app
    executable: setup
    name: wineexec
    return_code: 768
description: ''
game_slug: ea-app
gogslug: ''
humblestoreid: ''
installer_slug: ea-app-standard
name: EA App
notes: "After the installation is complete.\r\nRight-click the EA icon app and close."
runner: wine
script:
  files:
  - setup: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe
  game:
    exe: $GAMEDIR/drive_c/Program Files/Electronic Arts/EA Desktop/EA Desktop/EALauncher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: corefonts
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: win10
      name: winetricks
      prefix: $GAMEDIR
  - task:
      description: Installing EA app
      executable: setup
      name: wineexec
      return_code: 768
slug: ea-app-standard
steamid: null
version: Standard
year: 2022
{
  "game_slug": "ea-app",
  "version": "Standard",
  "description": "",
  "notes": "After the installation is complete.\r\nRight-click the EA icon app and close.",
  "name": "EA App",
  "year": 2022,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "ea-app-standard",
  "installer_slug": "ea-app-standard",
  "script": {
    "files": [
      {
        "setup": "https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/Program Files/Electronic Arts/EA Desktop/EA Desktop/EALauncher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "corefonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win10",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing EA app",
          "executable": "setup",
          "name": "wineexec",
          "return_code": 768
        }
      }
    ]
  }
}
Back to game