From 0e1dc45c03e2ad20758d0b0e7a479c7e71795580 Mon Sep 17 00:00:00 2001 From: Marie Date: Tue, 21 Dec 2021 13:11:54 +0000 Subject: [PATCH] Add Wine-GE as a replacement to Proton-GE --- public/runners.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/public/runners.json b/public/runners.json index cd8da0f..50c131f 100644 --- a/public/runners.json +++ b/public/runners.json @@ -16,5 +16,23 @@ "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", + "archive": "tar", + "files": { + "wine": "bin/wine64", + "wineserver": "bin/wineserver", + "winecfg": "lib64/wine/x86_64-windows/winecfg.exe" + }, + "recommended": false + } + ] } -] \ No newline at end of file +]