From 3aeb5c35542b459c9d9b1e6388f386750e1d9743 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Thu, 13 Jun 2024 07:14:16 +0200 Subject: [PATCH] Added GE-Proton 9.2 - 9.7 --- wine/ge-proton.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/wine/ge-proton.json b/wine/ge-proton.json index cd05181..6e5668c 100644 --- a/wine/ge-proton.json +++ b/wine/ge-proton.json @@ -1,4 +1,44 @@ [ + { + "name": "GE-Proton9-7", + "title": "GE-Proton 9-7", + "uri": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton9-7/GE-Proton9-7.tar.gz", + "files": { + "wine": "files/bin/wine", + "wine64": "files/bin/wine64", + "wineserver": "files/bin/wineserver" + } + }, + { + "name": "GE-Proton9-5", + "title": "GE-Proton 9-5", + "uri": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton9-5/GE-Proton9-5.tar.gz", + "files": { + "wine": "files/bin/wine", + "wine64": "files/bin/wine64", + "wineserver": "files/bin/wineserver" + } + }, + { + "name": "GE-Proton9-4", + "title": "GE-Proton 9-4", + "uri": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton9-4/GE-Proton9-4.tar.gz", + "files": { + "wine": "files/bin/wine", + "wine64": "files/bin/wine64", + "wineserver": "files/bin/wineserver" + } + }, + { + "name": "GE-Proton9-2", + "title": "GE-Proton 9-2", + "uri": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton9-2/GE-Proton9-2.tar.gz", + "files": { + "wine": "files/bin/wine", + "wine64": "files/bin/wine64", + "wineserver": "files/bin/wineserver" + } + }, { "name": "GE-Proton9-1", "title": "GE-Proton 9-1",