Installer line-legacy

files:
- file_id: https://desktop.line-scdn.net/win/legacy/win7or8/LineInst.exe
game:
  exe: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/LINE/bin/LineLauncher.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Setting up wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- move:
    dst: $GAMEDIR
    src: file_id
- task:
    app: vcrun2010 vcrun2012 vcrun2015 cjkfonts
    arch: win64
    description: Installing vcrun2010 vcrun2012 vcrun2015 cjkfonts
    name: winetricks
    prefix: $GAMEDIR
- task:
    executable: $GAMEDIR/LineInst.exe
    name: wineexec
    prefix: $GAMEDIR
description: legacy version for win7 or 8
game_slug: line
gogslug: ''
humblestoreid: ''
installer_slug: line-legacy
name: LINE
notes: After installation, before logging in for the first time be sure to exit the
  application so that the Lutris installer can complete. This is due to how the installer
  launches the application upon installation completion. Lutris is unable to tell
  that the installation has completed on it's own.
runner: wine
script:
  files:
  - file_id: https://desktop.line-scdn.net/win/legacy/win7or8/LineInst.exe
  game:
    exe: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/LINE/bin/LineLauncher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Setting up wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - move:
      dst: $GAMEDIR
      src: file_id
  - task:
      app: vcrun2010 vcrun2012 vcrun2015 cjkfonts
      arch: win64
      description: Installing vcrun2010 vcrun2012 vcrun2015 cjkfonts
      name: winetricks
      prefix: $GAMEDIR
  - task:
      executable: $GAMEDIR/LineInst.exe
      name: wineexec
      prefix: $GAMEDIR
slug: line-legacy
steamid: null
version: legacy
year: 2011
{
  "game_slug": "line",
  "version": "legacy",
  "description": "legacy version for win7 or 8",
  "notes": "After installation, before logging in for the first time be sure to exit the application so that the Lutris installer can complete. This is due to how the installer launches the application upon installation completion. Lutris is unable to tell that the installation has completed on it's own.",
  "name": "LINE",
  "year": 2011,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "line-legacy",
  "installer_slug": "line-legacy",
  "script": {
    "files": [
      {
        "file_id": "https://desktop.line-scdn.net/win/legacy/win7or8/LineInst.exe"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/LINE/bin/LineLauncher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Setting up wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "file_id"
        }
      },
      {
        "task": {
          "app": "vcrun2010 vcrun2012 vcrun2015 cjkfonts",
          "arch": "win64",
          "description": "Installing vcrun2010 vcrun2012 vcrun2015 cjkfonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "executable": "$GAMEDIR/LineInst.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game