瀏覽代碼

Update build_wine.sh

Kron4ek 1 年之前
父節點
當前提交
ae8c9094c5
共有 1 個文件被更改,包括 0 次插入12 次删除
  1. 0 12
      build_wine.sh

+ 0 - 12
build_wine.sh

@@ -222,18 +222,6 @@ elif [ "$WINE_BRANCH" = "proton" ]; then
 		git clone https://github.com/ValveSoftware/wine -b "${PROTON_BRANCH}"
 	fi
 
-	if [ "${PROTON_BRANCH}" = "experimental_8.0" ]; then
-		patch -d wine -Np1 < "${scriptdir}"/proton-exp-8.0.patch
-	fi
-
-	if [ "${PROTON_BRANCH}" = "experimental_9.0" ] || [ "${PROTON_BRANCH}" = "bleeding-edge" ]; then
-		patch -d wine -Np1 < "${scriptdir}"/proton-exp-9.0.patch
-	fi
-
-	if [ "${PROTON_BRANCH}" = "proton_9.0" ]; then
-		patch -d wine -Np1 < "${scriptdir}"/proton-9.0.patch
-	fi
-
 	WINE_VERSION="$(cat wine/VERSION | tail -c +14)-$(git -C wine rev-parse --short HEAD)"
 	if [[ "${PROTON_BRANCH}" == "experimental_"* ]] || [ "${PROTON_BRANCH}" = "bleeding-edge" ]; then
 		BUILD_NAME=proton-exp-"${WINE_VERSION}"