Updated readme

This commit is contained in:
Observer KRypt0n_ 2023-06-15 20:34:02 +02:00
parent e8c941f43c
commit e3f3b43424
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -123,12 +123,12 @@ All string fields here (`command` and `env` values) accept these keywords:
name: string, name: string,
title: string, title: string,
uri: string, uri: string,
?format: string | null,
files: { files: {
wine: string, wine: string,
?wine64: string, ?wine64: string,
?wineserver: string, ?wineserver: string,
?wineboot: string, ?wineboot: string
?winecfg: string
}, },
?features: { ?features: {
?bundle: "Proton" | null, ?bundle: "Proton" | null,
@ -156,19 +156,18 @@ All string fields here (`command` and `env` values) accept these keywords:
"wine": "bin/wine", "wine": "bin/wine",
"wine64": "bin/wine64", "wine64": "bin/wine64",
"wineserver": "bin/wineserver", "wineserver": "bin/wineserver",
"wineboot": "bin/wineboot", "wineboot": "bin/wineboot"
"winecfg": "lib64/wine/x86_64-windows/winecfg.exe"
} }
}, },
{ {
"name": "GE-Proton7-49", "name": "GE-Proton7-49",
"title": "GE-Proton 7-49", "title": "GE-Proton 7-49",
"uri": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-49/GE-Proton7-49.tar.gz", "uri": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-49/GE-Proton7-49.tar.gz",
"format": "tar.gz",
"files": { "files": {
"wine": "files/bin/wine", "wine": "files/bin/wine",
"wine64": "files/bin/wine64", "wine64": "files/bin/wine64",
"wineserver": "files/bin/wineserver", "wineserver": "files/bin/wineserver"
"winecfg": "files/lib64/wine/x86_64-windows/winecfg.exe"
}, },
"features": { "features": {
"need_dxvk": false, "need_dxvk": false,
@ -187,6 +186,7 @@ All string fields here (`command` and `env` values) accept these keywords:
title: string, title: string,
version: string, version: string,
uri: string, uri: string,
?format: string | null,
?features: { ?features: {
?env: { ?env: {
[id: string]: string [id: string]: string
@ -212,6 +212,7 @@ All string fields here (`command` and `env` values) accept these keywords:
"title": "2.0-async", "title": "2.0-async",
"version": "2.0-async", "version": "2.0-async",
"uri": "https://github.com/Sporif/dxvk-async/releases/download/2.0/dxvk-async-2.0.tar.gz", "uri": "https://github.com/Sporif/dxvk-async/releases/download/2.0/dxvk-async-2.0.tar.gz",
"format": "tar.gz",
"features": { "features": {
"env": { "env": {
"DXVK_ASYNC": 1 "DXVK_ASYNC": 1