files:
- paprika_installer: https://www.paprikaapp.com/downloads/windows/latest/PaprikaSetup.msi
game:
exe: $GAMEDIR/drive_c/Program Files/Paprika Recipe Manager 3/Paprika.exe
name: Paprika Recipe Manager
runner: wine
version: 3
installer:
- task:
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR/prefix
- task:
app: allfonts
description: Installing allfonts
name: winetricks
prefix: $GAMEDIR/prefix
silent: true
- task:
app: dotnet48
description: Installing .NET Framework
name: winetricks
prefix: $GAMEDIR/prefix
silent: true
- task:
app: fontsmooth-rgb
description: Enabling font smoothing
name: winetricks
prefix: $GAMEDIR/prefix
silent: true
- task:
description: Running Paprika Recipe Manager Installer
executable: paprika_installer
name: wineexec
prefix: $GAMEDIR/prefix
wine:
dxvk: false
description: Paprika Reciple Manager
game_slug: paprika-recipe-manager
gogslug: ''
humblestoreid: ''
installer_slug: paprika-recipe-manager-3
name: Paprika Recipe Manager
notes: 'WineHQ: https://appdb.winehq.org/objectManager.php?sClass=application&iId=19712
Notes:
* Converted from working implementation: https://github.com/mdeguzis/scripts/blob/master/installers/install-paprika-wine.sh
* Requires Wine >= 9 (Tested with PopOS system Wine 9.0)'
runner: wine
script:
files:
- paprika_installer: https://www.paprikaapp.com/downloads/windows/latest/PaprikaSetup.msi
game:
exe: $GAMEDIR/drive_c/Program Files/Paprika Recipe Manager 3/Paprika.exe
name: Paprika Recipe Manager
runner: wine
version: 3
installer:
- task:
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR/prefix
- task:
app: allfonts
description: Installing allfonts
name: winetricks
prefix: $GAMEDIR/prefix
silent: true
- task:
app: dotnet48
description: Installing .NET Framework
name: winetricks
prefix: $GAMEDIR/prefix
silent: true
- task:
app: fontsmooth-rgb
description: Enabling font smoothing
name: winetricks
prefix: $GAMEDIR/prefix
silent: true
- task:
description: Running Paprika Recipe Manager Installer
executable: paprika_installer
name: wineexec
prefix: $GAMEDIR/prefix
wine:
dxvk: false
slug: paprika-recipe-manager-3
steamid: null
version: '3'
year: 2010
{
"game_slug": "paprika-recipe-manager",
"version": "3",
"description": "Paprika Reciple Manager",
"notes": "WineHQ: https://appdb.winehq.org/objectManager.php?sClass=application&iId=19712\n\nNotes:\n* Converted from working implementation: https://github.com/mdeguzis/scripts/blob/master/installers/install-paprika-wine.sh\n* Requires Wine >= 9 (Tested with PopOS system Wine 9.0)",
"name": "Paprika Recipe Manager",
"year": 2010,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "paprika-recipe-manager-3",
"installer_slug": "paprika-recipe-manager-3",
"script": {
"files": [
{
"paprika_installer": "https://www.paprikaapp.com/downloads/windows/latest/PaprikaSetup.msi"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/Program Files/Paprika Recipe Manager 3/Paprika.exe",
"name": "Paprika Recipe Manager",
"runner": "wine",
"version": 3
},
"installer": [
{
"task": {
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR/prefix"
}
},
{
"task": {
"app": "allfonts",
"description": "Installing allfonts",
"name": "winetricks",
"prefix": "$GAMEDIR/prefix",
"silent": true
}
},
{
"task": {
"app": "dotnet48",
"description": "Installing .NET Framework",
"name": "winetricks",
"prefix": "$GAMEDIR/prefix",
"silent": true
}
},
{
"task": {
"app": "fontsmooth-rgb",
"description": "Enabling font smoothing",
"name": "winetricks",
"prefix": "$GAMEDIR/prefix",
"silent": true
}
},
{
"task": {
"description": "Running Paprika Recipe Manager Installer",
"executable": "paprika_installer",
"name": "wineexec",
"prefix": "$GAMEDIR/prefix"
}
}
],
"wine": {
"dxvk": false
}
}
}