From e3f3b43424a6341e8a36225a9a342c4f5058209c Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Thu, 15 Jun 2023 20:34:02 +0200 Subject: [PATCH] Updated readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8e95f67..cde9d2b 100644 --- a/README.md +++ b/README.md @@ -123,12 +123,12 @@ All string fields here (`command` and `env` values) accept these keywords: name: string, title: string, uri: string, + ?format: string | null, files: { wine: string, ?wine64: string, ?wineserver: string, - ?wineboot: string, - ?winecfg: string + ?wineboot: string }, ?features: { ?bundle: "Proton" | null, @@ -156,19 +156,18 @@ All string fields here (`command` and `env` values) accept these keywords: "wine": "bin/wine", "wine64": "bin/wine64", "wineserver": "bin/wineserver", - "wineboot": "bin/wineboot", - "winecfg": "lib64/wine/x86_64-windows/winecfg.exe" + "wineboot": "bin/wineboot" } }, { "name": "GE-Proton7-49", "title": "GE-Proton 7-49", "uri": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-49/GE-Proton7-49.tar.gz", + "format": "tar.gz", "files": { "wine": "files/bin/wine", "wine64": "files/bin/wine64", - "wineserver": "files/bin/wineserver", - "winecfg": "files/lib64/wine/x86_64-windows/winecfg.exe" + "wineserver": "files/bin/wineserver" }, "features": { "need_dxvk": false, @@ -187,6 +186,7 @@ All string fields here (`command` and `env` values) accept these keywords: title: string, version: string, uri: string, + ?format: string | null, ?features: { ?env: { [id: string]: string @@ -212,6 +212,7 @@ All string fields here (`command` and `env` values) accept these keywords: "title": "2.0-async", "version": "2.0-async", "uri": "https://github.com/Sporif/dxvk-async/releases/download/2.0/dxvk-async-2.0.tar.gz", + "format": "tar.gz", "features": { "env": { "DXVK_ASYNC": 1