an-anime-game-launcher/public/runners.json

20 lines
631 B
JSON
Raw Normal View History

[
{
"title": "Lutris",
"runners": [
{
2021-12-21 00:39:20 +03:00
"family": "Lutris",
"name": "lutris-6.21-5-x86_64",
"title": "Lutris 6.21-5",
"uri": "https://github.com/lutris/wine/releases/download/lutris-6.21-5/wine-lutris-6.21-5-x86_64.tar.xz",
"archive": "tar",
2021-12-21 00:39:20 +03:00
"files": {
"wine": "bin/wine64",
"wineserver": "bin/wineserver",
"winecfg": "lib64/wine/x86_64-windows/winecfg.exe"
},
"recommended": false
}
]
}
]