From d86ab4e45b8a2fdf6ee4004337f6c7366fa63402 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Fri, 2 Apr 2021 00:49:16 +0500 Subject: [PATCH] Change the default Proton branch to 6.3 --- build_wine.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_wine.sh b/build_wine.sh index 67200b9..c904845 100755 --- a/build_wine.sh +++ b/build_wine.sh @@ -26,10 +26,10 @@ export WINE_VERSION="6.4" # Available branches: vanilla, staging, proton, tkg, wayland. export WINE_BRANCH="staging" -# Available proton branches: proton_3.7, proton_3.16, proton_4.2, -# proton_4.11, proton_5.0, proton_5.13, experimental_5.13 +# Available proton branches: proton_3.7, proton_3.16, proton_4.2, proton_4.11 +# proton_5.0, proton_5.13, experimental_5.13, proton_6.3, experimental_6.3 # Leave empty to use the default branch. -export PROTON_BRANCH="proton_5.13" +export PROTON_BRANCH="proton_6.3" # Sometimes Wine and Staging versions don't match (for example, 5.15.2). # Leave this empty to use Staging version that matches the Wine version.