an-anime-game-launcher/public/runners.json
Observer KRypt0n_ 761268b667
Removed archive field from the Runner type
..because `Archive.unpack` can automatically find it
2021-12-21 16:34:26 +02:00

36 lines
1.2 KiB
JSON

[
{
"title": "Lutris",
"runners": [
{
"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",
"files": {
"wine": "bin/wine64",
"wineserver": "bin/wineserver",
"winecfg": "lib64/wine/x86_64-windows/winecfg.exe"
},
"recommended": false
}
]
},
{
"title": "Wine-GE",
"runners": [
{
"family": "Wine-GE",
"name": "wine-lutris-ge-6.20-1-x86_64",
"title": "Wine-6.20-GE-1",
"uri": "https://github.com/GloriousEggroll/wine-ge-custom/releases/download/6.20-GE-1/wine-lutris-ge-6.20-1-x86_64.tar.xz",
"files": {
"wine": "bin/wine64",
"wineserver": "bin/wineserver",
"winecfg": "lib64/wine/x86_64-windows/winecfg.exe"
},
"recommended": false
}
]
}
]