From 99363475e0e37371b911d8caa1bfd0e2dc0594bd Mon Sep 17 00:00:00 2001 From: Ren Amamiya Date: Fri, 20 Mar 2026 13:22:58 +0700 Subject: [PATCH] chore: fix prepare flathub script --- .gitignore | 3 +++ script/prepare-flathub | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3084866..c966a11 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ dist/ .DS_Store # Added by goreleaser init: .intentionally-empty-file.o + +.cargo/ +vendor/ diff --git a/script/prepare-flathub b/script/prepare-flathub index 61c808e..61acfea 100755 --- a/script/prepare-flathub +++ b/script/prepare-flathub @@ -14,7 +14,7 @@ cd "$(dirname "$0")/.." # Configuration APP_ID="su.reya.coop" APP_NAME="Coop" -REPO_URL="https://github.com/reyakov/coop" +REPO_URL="https://git.reya.su/reya/coop" BRANDING_LIGHT="#FFE629" BRANDING_DARK="#FFE629" @@ -173,7 +173,7 @@ modules: sources: # Main source code - specific commit - type: git - url: https://github.com/lumehq/coop.git + url: https://git.reya.su/reya/coop.git commit: "@COMMIT@" tag: "v@VERSION@"