From f2f2eaa706a1e57465d6a2ec9850be3671cfc248 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Fri, 9 Aug 2024 22:02:20 +0200 Subject: [PATCH] Update main.sh --- main.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 698f489..7d21d21 100755 --- a/main.sh +++ b/main.sh @@ -11,7 +11,8 @@ VERSION="9.14" # Clone Upstream git clone --depth=1 -b wine-"$VERSION" https://gitlab.winehq.org/wine/wine # Clone staging patches -git clone --depth=1 -b "$VERSION" https://gitlab.winehq.org/wine/wine-staging +git clone --depth=1 -b v"$VERSION" https://gitlab.winehq.org/wine/wine-staging +cd ./wine-staging ./staging/patchinstall.py DESTDIR="../wine" --all cd ../ cp -rvf ./debian ./wine/