From 7f32b28d289193a32a161338c3bb4702652b028c Mon Sep 17 00:00:00 2001 From: Ward Nakchbandi Date: Sat, 25 Feb 2023 19:11:49 +0300 Subject: [PATCH] fix github builder --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 945f736..cae93c2 100755 --- a/main.sh +++ b/main.sh @@ -12,7 +12,7 @@ cd ./gamescope apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p wlroots_3.11.52-beta2 +LOGNAME=root dh_make --createorig -y -l -p gamescope_3.11.52 dpkg-buildpackage # Move the debs to output