From f8a16e139a1d142ede2450640700c4ebc731df14 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Tue, 27 Aug 2024 05:21:58 +0300 Subject: [PATCH] f --- .github/release-nest-v3 | 2 +- main.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index e440e5c..bf0d87a 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -3 \ No newline at end of file +4 \ No newline at end of file diff --git a/main.sh b/main.sh index 545b304..59307db 100755 --- a/main.sh +++ b/main.sh @@ -9,13 +9,13 @@ source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -cd ./pika-kde-desktop +cd ./pika-gnome-desktop # Get build deps apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p pika-kde-desktop_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p pika-gnome-desktop_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign # Move the debs to output