From 0e4b88235f7f157666121af69195421cdab51329 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 29 Dec 2024 12:05:17 +0100 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index c621b23..d161aa5 100755 --- a/main.sh +++ b/main.sh @@ -14,7 +14,7 @@ cp -rvf ./debian ./ghostty/ cd ./ghostty # Get build deps -LOGNAME=root dh_make --createorig -y -l -p ghostty_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p ghostty-glfw_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y # Build package