Installer sonic-3-air-git

files:
- data: https://github.com/Eukaryot/sonic3air/archive/refs/heads/main.zip
- bin: N/A:Please select the .bin file from Steam
game:
  exe: $GAMEDIR/Oxygen/sonic3air/sonic3air_linux
installer:
- extract:
    file: data
- execute:
    command: cd $GAMEDIR/Oxygen/sonic3air/build/_cmake && cmake -DCMAKE_BUILD_TYPE=Release
      ./ && cmake --build ./
    description: Compiling the game... This will take some time.
- move:
    dst: $GAMEDIR/Oxygen/sonic3air
    src: $GAMEDIR/sonic3air/sonic3air_linux
- copy:
    dst: $GAMEDIR/Oxygen/sonic3air
    src: bin
description: Compiles and installs the git (unstable) version of Sonic 3 A.I.R
game_slug: sonic-3-air
gogslug: ''
humblestoreid: ''
installer_slug: sonic-3-air-git
name: Sonic 3 A.I.R
notes: Please ensure that you have the .bin file to run Sonic 3 A.I.R (Sonic Origins
  DOES NOT WORK)
runner: linux
script:
  files:
  - data: https://github.com/Eukaryot/sonic3air/archive/refs/heads/main.zip
  - bin: N/A:Please select the .bin file from Steam
  game:
    exe: $GAMEDIR/Oxygen/sonic3air/sonic3air_linux
  installer:
  - extract:
      file: data
  - execute:
      command: cd $GAMEDIR/Oxygen/sonic3air/build/_cmake && cmake -DCMAKE_BUILD_TYPE=Release
        ./ && cmake --build ./
      description: Compiling the game... This will take some time.
  - move:
      dst: $GAMEDIR/Oxygen/sonic3air
      src: $GAMEDIR/sonic3air/sonic3air_linux
  - copy:
      dst: $GAMEDIR/Oxygen/sonic3air
      src: bin
slug: sonic-3-air-git
steamid: null
version: Git
year: 1994
{
  "game_slug": "sonic-3-air",
  "version": "Git",
  "description": "Compiles and installs the git (unstable) version of Sonic 3 A.I.R",
  "notes": "Please ensure that you have the .bin file to run Sonic 3 A.I.R (Sonic Origins DOES NOT WORK)",
  "name": "Sonic 3 A.I.R",
  "year": 1994,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "sonic-3-air-git",
  "installer_slug": "sonic-3-air-git",
  "script": {
    "files": [
      {
        "data": "https://github.com/Eukaryot/sonic3air/archive/refs/heads/main.zip"
      },
      {
        "bin": "N/A:Please select the .bin file from Steam"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/Oxygen/sonic3air/sonic3air_linux"
    },
    "installer": [
      {
        "extract": {
          "file": "data"
        }
      },
      {
        "execute": {
          "command": "cd $GAMEDIR/Oxygen/sonic3air/build/_cmake && cmake -DCMAKE_BUILD_TYPE=Release ./ && cmake --build ./",
          "description": "Compiling the game... This will take some time."
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/Oxygen/sonic3air",
          "src": "$GAMEDIR/sonic3air/sonic3air_linux"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/Oxygen/sonic3air",
          "src": "bin"
        }
      }
    ]
  }
}
Back to game