From 3c18b8bfdec69722637280dadee20f19d7323838 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Fri, 28 Jul 2023 20:54:16 +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 4439dec..c867820 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # Clone Upstream -git clone https://github.com/Plagman/gamescope -b 3.12.0-beta10 +git clone https://github.com/Plagman/gamescope -b 3.12.0 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-beta10 +LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.0 dpkg-buildpackage --no-sign # Move the debs to output