Przeglądaj źródła

Change Proton branch to 10.0

Kron4ek 2 miesięcy temu
rodzic
commit
bf7c880baa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build_wine.sh

+ 1 - 1
build_wine.sh

@@ -38,7 +38,7 @@ export WINE_BRANCH="${WINE_BRANCH:-staging}"
 # proton_7.0, experimental_7.0, proton_8.0, experimental_8.0, experimental_9.0
 # bleeding-edge
 # Leave empty to use the default branch.
-export PROTON_BRANCH="${PROTON_BRANCH:-proton_9.0}"
+export PROTON_BRANCH="${PROTON_BRANCH:-proton_10.0}"
 
 # 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.