From be742e170769cfcb9f75c5cd763bcd3c596fc4b1 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 11 Nov 2024 21:08:54 +0100 Subject: [PATCH] Update main.sh --- main.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.sh b/main.sh index ff0003d..605368b 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,14 @@ set -e -VERSION="1.0.3.ferreo" +VERSION="v1.8.2" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/ferrreo/ags.git -b systray +git clone --recurse-submodules https://github.com/Aylur/ags.git cp -rvf ./debian ./ags/ cd ./ags @@ -19,7 +19,7 @@ npm install npm install -g typescript@latest # Build package -LOGNAME=root dh_make --createorig -y -l -p ags_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p ags1_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign # Move the debs to output