Update main.sh

This commit is contained in:
ferreo 2024-11-11 21:08:54 +01:00
parent 096f40614c
commit be742e1707

View File

@ -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