Installer evemon-500

files:
- evemon_static: https://github.com/mgoeppner/evemon/releases/download/5.0.0-preview-2/EVEMon-binaries-5.0.0.zip
- aspnetcore_runtime: https://download.visualstudio.microsoft.com/download/pr/462a0410-741f-4368-a3eb-9014e33d83be/fe802ebd409a3a1c8d2646c2ce546997/aspnetcore-runtime-8.0.12-win-x64.exe
game:
  arch: win64
  exe: $GAMEDIR/EVEMon/EVEMon.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dotnet8 dotnetdesktop8
    name: winetricks
- task:
    args: /quiet
    executable: aspnetcore_runtime
    name: wineexec
- extract:
    dst: $GAMEDIR/EVEMon
    file: evemon_static
description: Latest EVEMon with ESI support and running on .NET 8 from mgoeppner's
  fork
game_slug: evemon
gogslug: ''
humblestoreid: ''
installer_slug: evemon-500
name: EVEMon
notes: Opening a browser window for ESI logins seems to crash, but just copying the
  link via shift click works fine and can then be pasted in a browser
runner: wine
script:
  files:
  - evemon_static: https://github.com/mgoeppner/evemon/releases/download/5.0.0-preview-2/EVEMon-binaries-5.0.0.zip
  - aspnetcore_runtime: https://download.visualstudio.microsoft.com/download/pr/462a0410-741f-4368-a3eb-9014e33d83be/fe802ebd409a3a1c8d2646c2ce546997/aspnetcore-runtime-8.0.12-win-x64.exe
  game:
    arch: win64
    exe: $GAMEDIR/EVEMon/EVEMon.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dotnet8 dotnetdesktop8
      name: winetricks
  - task:
      args: /quiet
      executable: aspnetcore_runtime
      name: wineexec
  - extract:
      dst: $GAMEDIR/EVEMon
      file: evemon_static
slug: evemon-500
steamid: null
version: 5.0.0
year: 2006
{
  "game_slug": "evemon",
  "version": "5.0.0",
  "description": "Latest EVEMon with ESI support and running on .NET 8 from mgoeppner's fork",
  "notes": "Opening a browser window for ESI logins seems to crash, but just copying the link via shift click works fine and can then be pasted in a browser",
  "name": "EVEMon",
  "year": 2006,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "evemon-500",
  "installer_slug": "evemon-500",
  "script": {
    "files": [
      {
        "evemon_static": "https://github.com/mgoeppner/evemon/releases/download/5.0.0-preview-2/EVEMon-binaries-5.0.0.zip"
      },
      {
        "aspnetcore_runtime": "https://download.visualstudio.microsoft.com/download/pr/462a0410-741f-4368-a3eb-9014e33d83be/fe802ebd409a3a1c8d2646c2ce546997/aspnetcore-runtime-8.0.12-win-x64.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/EVEMon/EVEMon.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet8 dotnetdesktop8",
          "name": "winetricks"
        }
      },
      {
        "task": {
          "args": "/quiet",
          "executable": "aspnetcore_runtime",
          "name": "wineexec"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/EVEMon",
          "file": "evemon_static"
        }
      }
    ]
  }
}
Back to game