Update main.sh

This commit is contained in:
ferreo 2024-12-22 17:16:43 +01:00
parent 9929a0e9c6
commit 98adfea8dd

View File

@ -2,7 +2,7 @@
set -e set -e
VERSION="0.46.2git" VERSION="0.47.0git"
source ./pika-build-config.sh source ./pika-build-config.sh
@ -17,7 +17,7 @@ cd ./hyprland
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # Build package
LOGNAME=root dh_make --createorig -y -l -p hyprland_"$VERSION" || echo "dh-make: Ignoring Last Error" LOGNAME=root dh_make --createorig -y -l -p hyprland-git_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign dpkg-buildpackage --no-sign
# Move the debs to output # Move the debs to output