Installer yousician-installer

files:
- yousician_installer: https://s3.amazonaws.com/yousician-public/Builds/YousicianSetup.exe
game:
  exe: $GAMEDIR/drive_c/users/$USER/Application Data/Yousician Launcher/Yousician
    Launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: quartz
    arch: win64
    description: Install Winetricks dependencies
    name: winetricks
    prefix: $GAMEDIR
- execute:
    command: git clone https://github.com/z0z0z/mf-installcab.git $GAMEDIR/tempdir/mf-installcab-master
    disable_runtime: true
- execute:
    command: git clone https://github.com/z0z0z/mf-install.git $GAMEDIR/tempdir/mf-install-master
    disable_runtime: true
- execute:
    env:
      WINEPREFIX: $GAMEDIR
    file: $GAMEDIR/tempdir/mf-install-master/mf-install.sh
- execute:
    env:
      WINEPREFIX: $GAMEDIR
    file: $GAMEDIR/tempdir/mf-installcab-master/install-mf-64.sh
- copy:
    dst: $GAMEDIR/drive_c/users/$USER/Application Data/Yousician Launcher/
    src: $GAMEDIR/drive_c/windows/syswow64/mfplat.dll
- execute:
    command: rm -rf $GAMEDIR/tempdir
- task:
    arch: win64
    description: Installing Yousician
    executable: yousician_installer
    name: wineexec
    prefix: $GAMEDIR
system:
  disable_compositor: true
wine:
  Audio: alsa
  Desktop: true
  MouseWarpOverride: enable
  dxvk: false
  esync: false
description: The installer will kick off the game right away as part of the installation.
  Exit immediately and launch the game from Lutris instead so that the game works
  properly.
game_slug: yousician
gogslug: ''
humblestoreid: ''
installer_slug: yousician-installer
name: Yousician
notes: "You need these packages for the game to run properly: libasound2:i386\r\n\r\
  \nThe in-game tutorial videos will crash if you try to fast forward."
runner: wine
script:
  files:
  - yousician_installer: https://s3.amazonaws.com/yousician-public/Builds/YousicianSetup.exe
  game:
    exe: $GAMEDIR/drive_c/users/$USER/Application Data/Yousician Launcher/Yousician
      Launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: quartz
      arch: win64
      description: Install Winetricks dependencies
      name: winetricks
      prefix: $GAMEDIR
  - execute:
      command: git clone https://github.com/z0z0z/mf-installcab.git $GAMEDIR/tempdir/mf-installcab-master
      disable_runtime: true
  - execute:
      command: git clone https://github.com/z0z0z/mf-install.git $GAMEDIR/tempdir/mf-install-master
      disable_runtime: true
  - execute:
      env:
        WINEPREFIX: $GAMEDIR
      file: $GAMEDIR/tempdir/mf-install-master/mf-install.sh
  - execute:
      env:
        WINEPREFIX: $GAMEDIR
      file: $GAMEDIR/tempdir/mf-installcab-master/install-mf-64.sh
  - copy:
      dst: $GAMEDIR/drive_c/users/$USER/Application Data/Yousician Launcher/
      src: $GAMEDIR/drive_c/windows/syswow64/mfplat.dll
  - execute:
      command: rm -rf $GAMEDIR/tempdir
  - task:
      arch: win64
      description: Installing Yousician
      executable: yousician_installer
      name: wineexec
      prefix: $GAMEDIR
  system:
    disable_compositor: true
  wine:
    Audio: alsa
    Desktop: true
    MouseWarpOverride: enable
    dxvk: false
    esync: false
slug: yousician-installer
steamid: null
version: Installer
year: null
{
  "game_slug": "yousician",
  "version": "Installer",
  "description": "The installer will kick off the game right away as part of the installation. Exit immediately and launch the game from Lutris instead so that the game works properly.",
  "notes": "You need these packages for the game to run properly: libasound2:i386\r\n\r\nThe in-game tutorial videos will crash if you try to fast forward.",
  "name": "Yousician",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "yousician-installer",
  "installer_slug": "yousician-installer",
  "script": {
    "files": [
      {
        "yousician_installer": "https://s3.amazonaws.com/yousician-public/Builds/YousicianSetup.exe"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/users/$USER/Application Data/Yousician Launcher/Yousician Launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "quartz",
          "arch": "win64",
          "description": "Install Winetricks dependencies",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "execute": {
          "command": "git clone https://github.com/z0z0z/mf-installcab.git $GAMEDIR/tempdir/mf-installcab-master",
          "disable_runtime": true
        }
      },
      {
        "execute": {
          "command": "git clone https://github.com/z0z0z/mf-install.git $GAMEDIR/tempdir/mf-install-master",
          "disable_runtime": true
        }
      },
      {
        "execute": {
          "env": {
            "WINEPREFIX": "$GAMEDIR"
          },
          "file": "$GAMEDIR/tempdir/mf-install-master/mf-install.sh"
        }
      },
      {
        "execute": {
          "env": {
            "WINEPREFIX": "$GAMEDIR"
          },
          "file": "$GAMEDIR/tempdir/mf-installcab-master/install-mf-64.sh"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/users/$USER/Application Data/Yousician Launcher/",
          "src": "$GAMEDIR/drive_c/windows/syswow64/mfplat.dll"
        }
      },
      {
        "execute": {
          "command": "rm -rf $GAMEDIR/tempdir"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Installing Yousician",
          "executable": "yousician_installer",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "disable_compositor": true
    },
    "wine": {
      "Audio": "alsa",
      "Desktop": true,
      "MouseWarpOverride": "enable",
      "dxvk": false,
      "esync": false
    }
  }
}
Back to game