mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-26 06:47:07 +03:00
change runners to check certain proton and lutris version
This commit is contained in:
parent
d9f677b00a
commit
a22248136c
1 changed files with 8 additions and 8 deletions
16
runners.json
16
runners.json
|
@ -3,11 +3,11 @@
|
|||
"title": "Proton-GE",
|
||||
"runners": [
|
||||
{
|
||||
"name": "Proton-6.19-GE-2",
|
||||
"version": "6.19-GE-2",
|
||||
"uri": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/6.19-GE-2/Proton-6.19-GE-2.tar.gz",
|
||||
"name": "Proton-5.21-GE-1",
|
||||
"version": "5.21-GE-1",
|
||||
"uri": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/5.21-GE-1/Proton-5.21-GE-1.tar.gz",
|
||||
"archive": "tar",
|
||||
"folder": "Proton-6.19-GE-2",
|
||||
"folder": "Proton-5.21-GE-1",
|
||||
"makeFolder": false,
|
||||
"executable": "files/bin/wine64"
|
||||
},
|
||||
|
@ -89,11 +89,11 @@
|
|||
"title": "Lutris",
|
||||
"runners": [
|
||||
{
|
||||
"name": "Lutris 6.14-4",
|
||||
"version": "6.14-4",
|
||||
"uri": "https://github.com/lutris/wine/releases/download/lutris-6.14-4/wine-lutris-6.14-4-x86_64.tar.xz",
|
||||
"name": "Lutris 6.10-2",
|
||||
"version": "6.10-2",
|
||||
"uri": "https://github.com/lutris/wine/releases/download/lutris-6.10-2/wine-lutris-6.10-2-x86_64.tar.xz",
|
||||
"archive": "tar",
|
||||
"folder": "lutris-6.14-4-x86_64",
|
||||
"folder": "lutris-6.10-2-x86_64",
|
||||
"makeFolder": false,
|
||||
"executable": "bin/wine64"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue