diff --git a/main.sh b/main.sh index 16c6cd8..82db528 100755 --- a/main.sh +++ b/main.sh @@ -9,15 +9,15 @@ source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprgraphics -b v"$VERSION" -cp -rvf ./debian ./hyprgraphics/ -cd ./hyprgraphics +git clone --recurse-submodules https://github.com/hyprwm/hyprland-qtutils -b v"$VERSION" +cp -rvf ./debian ./hyprland-qtutils/ +cd ./hyprland-qtutils # Get build deps apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p hyprgraphics_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p hyprland-qtutils_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign # Move the debs to output