files:
- setupfile: 'N/A: Get the latest version from releases: https://semi9.itch.io/cirno-horror
and select .zip file'
game:
exe: $GAMEDIR/drive_c/Program Files/Cirno Fumo Horror/cirno-horror.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
- extract:
dst: $GAMEDIR/drive_c/Program Files/Cirno Fumo Horror
file: $setupfile
description: ''
game_slug: cirno-fumo-the-horror-game
gogslug: ''
humblestoreid: ''
installer_slug: cirno-fumo-the-horror-game
name: 'Cirno Fumo: The Horror Game'
notes: You must download the latest game archive from the official Itch io page before
running the installer. This script does not include game files.
runner: wine
script:
files:
- setupfile: 'N/A: Get the latest version from releases: https://semi9.itch.io/cirno-horror
and select .zip file'
game:
exe: $GAMEDIR/drive_c/Program Files/Cirno Fumo Horror/cirno-horror.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
- extract:
dst: $GAMEDIR/drive_c/Program Files/Cirno Fumo Horror
file: $setupfile
slug: cirno-fumo-the-horror-game
steamid: null
version: ''
year: 2022
{
"game_slug": "cirno-fumo-the-horror-game",
"version": "",
"description": "",
"notes": "You must download the latest game archive from the official Itch io page before running the installer. This script does not include game files.",
"name": "Cirno Fumo: The Horror Game",
"year": 2022,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "cirno-fumo-the-horror-game",
"installer_slug": "cirno-fumo-the-horror-game",
"script": {
"files": [
{
"setupfile": "N/A: Get the latest version from releases: https://semi9.itch.io/cirno-horror and select .zip file"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/Program Files/Cirno Fumo Horror/cirno-horror.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"name": "create_prefix"
}
},
{
"extract": {
"dst": "$GAMEDIR/drive_c/Program Files/Cirno Fumo Horror",
"file": "$setupfile"
}
}
]
}
}