From 57561a69c6c354b9c2089be0b7f292e6175d61ab Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 27 Jan 2025 17:39:12 +0100 Subject: [PATCH] Update main.sh --- main.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index d12154f..45ab569 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,15 @@ set -e -VERSION="3.16.1" +VERSION="3.16.1git1" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/ValveSoftware/gamescope -b 3.16.1 +#git clone --recurse-submodules https://github.com/ValveSoftware/gamescope -b 3.16.1 +git clone --recurse-submodules https://github.com/ValveSoftware/gamescope cp -rvf ./debian ./gamescope/ cd ./gamescope for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || echo "Applying Patch $i Failed!"; done