From a4422168fc5d87055bc52c6396ffb0314cea1743 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 18 Sep 2023 14:14:24 +0100 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index e0c282b..c303fc6 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # Clone Upstream -git clone https://github.com/Plagman/gamescope -b 3.12.0 +git clone https://github.com/Plagman/gamescope cp -rvf ./debian ./gamescope cd ./gamescope @@ -7,7 +7,7 @@ cd ./gamescope apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.0-release +LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.5-release dpkg-buildpackage --no-sign # Move the debs to output