From e8ac92a34b209aa822ccda07bf06523fd79627fc Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sat, 27 Jul 2024 18:00:41 +0300 Subject: [PATCH] port to pika os 4 --- .github/release-canary-v3 | 2 +- main.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-canary-v3 b/.github/release-canary-v3 index 0cfbf08..00750ed 100644 --- a/.github/release-canary-v3 +++ b/.github/release-canary-v3 @@ -1 +1 @@ -2 +3 diff --git a/main.sh b/main.sh index f5fdaab..a5fa229 100755 --- a/main.sh +++ b/main.sh @@ -9,7 +9,7 @@ source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submoduleshttps://github.com/ferrreo/ags.git -b systray +git clone --recurse-submodules https://github.com/ferrreo/ags.git -b systray cp -rvf ./debian ./ags/ cd ./ags