components/components.json
2023-04-08 20:12:28 +02:00

46 lines
No EOL
1.1 KiB
JSON

{
"wine": [
{
"name": "wine-ge-proton",
"title": "Wine-GE-Proton"
},
{
"name": "ge-proton",
"title": "GE-Proton",
"features": {
"bundle": "Proton",
"need_dxvk": false,
"compact_launch": true,
"command": "python3 '%build%/proton' waitforexitandrun",
"env": {
"STEAM_COMPAT_DATA_PATH": "%prefix%",
"STEAM_COMPAT_CLIENT_INSTALL_PATH": "",
"SteamAppId": 0
}
}
},
{
"name": "soda",
"title": "Soda"
},
{
"name": "lutris",
"title": "Lutris"
}
],
"dxvk": [
{
"name": "vanilla",
"title": "Vanilla"
},
{
"name": "async",
"title": "Async",
"features": {
"env": {
"DXVK_ASYNC": 1
}
}
}
]
}