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