Installer koikatsu-kplug-mod

extends: koikatsu
files:
- kPlugExecutable: N/A:Select the kPlug executable
installer:
- task:
    arch: win64
    blocking: true
    description: Showing kPlug Installer
    executable: kPlugExecutable
    name: wineexec
- execute:
    command: if [[ -d drive_c/koikatsu/Plugins ]] ; then cp -RT drive_c/koikatsu/Plugins
      drive_c/koikatsu/BepInEx/Plugins ; fi
description: kPlug Installer
game_slug: koikatsu
gogslug: ''
humblestoreid: ''
installer_slug: koikatsu-kplug-mod
name: Koikatsu!
notes: ''
runner: wine
script:
  extends: koikatsu
  files:
  - kPlugExecutable: N/A:Select the kPlug executable
  installer:
  - task:
      arch: win64
      blocking: true
      description: Showing kPlug Installer
      executable: kPlugExecutable
      name: wineexec
  - execute:
      command: if [[ -d drive_c/koikatsu/Plugins ]] ; then cp -RT drive_c/koikatsu/Plugins
        drive_c/koikatsu/BepInEx/Plugins ; fi
slug: koikatsu-kplug-mod
steamid: null
version: kPlug Mod
year: 2018
{
  "game_slug": "koikatsu",
  "version": "kPlug Mod",
  "description": "kPlug Installer",
  "notes": "",
  "name": "Koikatsu!",
  "year": 2018,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "koikatsu-kplug-mod",
  "installer_slug": "koikatsu-kplug-mod",
  "script": {
    "extends": "koikatsu",
    "files": [
      {
        "kPlugExecutable": "N/A:Select the kPlug executable"
      }
    ],
    "installer": [
      {
        "task": {
          "arch": "win64",
          "blocking": true,
          "description": "Showing kPlug Installer",
          "executable": "kPlugExecutable",
          "name": "wineexec"
        }
      },
      {
        "execute": {
          "command": "if [[ -d drive_c/koikatsu/Plugins ]] ; then cp -RT drive_c/koikatsu/Plugins drive_c/koikatsu/BepInEx/Plugins ; fi"
        }
      }
    ]
  }
}
Back to game