extends: kiss-me-everyday
files:
- dlc: N/A:Please select the Patch_For_Win_KissMeEveryday-HD-*.zip file
game:
exe: $GAMEDIR/KissMeEveryday-HD.exe
installer:
- extract:
dst: $GAMEDIR
file: $dlc
description: This patch ONLY works for the Windows version
game_slug: kiss-me-everyday
gogslug: ''
humblestoreid: ''
installer_slug: kiss-me-everyday-hd-patch
name: Kiss Me Everyday
notes: This patch is exclusive for the Windows version. If you use the Linux version,
and try to install the patch, it will break the game.
runner: wine
script:
extends: kiss-me-everyday
files:
- dlc: N/A:Please select the Patch_For_Win_KissMeEveryday-HD-*.zip file
game:
exe: $GAMEDIR/KissMeEveryday-HD.exe
installer:
- extract:
dst: $GAMEDIR
file: $dlc
slug: kiss-me-everyday-hd-patch
steamid: null
version: HD patch
year: 2024
{
"game_slug": "kiss-me-everyday",
"version": "HD patch",
"description": "This patch ONLY works for the Windows version",
"notes": "This patch is exclusive for the Windows version. If you use the Linux version, and try to install the patch, it will break the game.",
"name": "Kiss Me Everyday",
"year": 2024,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "kiss-me-everyday-hd-patch",
"installer_slug": "kiss-me-everyday-hd-patch",
"script": {
"extends": "kiss-me-everyday",
"files": [
{
"dlc": "N/A:Please select the Patch_For_Win_KissMeEveryday-HD-*.zip file"
}
],
"game": {
"exe": "$GAMEDIR/KissMeEveryday-HD.exe"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "$dlc"
}
}
]
}
}