浏览代码

Change Proton branch to 10.0

Kron4ek 2 周之前
父节点
当前提交
bf7c880baa
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.