chore: fix prepare flathub script
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -21,3 +21,6 @@ dist/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
# Added by goreleaser init:
|
# Added by goreleaser init:
|
||||||
.intentionally-empty-file.o
|
.intentionally-empty-file.o
|
||||||
|
|
||||||
|
.cargo/
|
||||||
|
vendor/
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ cd "$(dirname "$0")/.."
|
|||||||
# Configuration
|
# Configuration
|
||||||
APP_ID="su.reya.coop"
|
APP_ID="su.reya.coop"
|
||||||
APP_NAME="Coop"
|
APP_NAME="Coop"
|
||||||
REPO_URL="https://github.com/reyakov/coop"
|
REPO_URL="https://git.reya.su/reya/coop"
|
||||||
BRANDING_LIGHT="#FFE629"
|
BRANDING_LIGHT="#FFE629"
|
||||||
BRANDING_DARK="#FFE629"
|
BRANDING_DARK="#FFE629"
|
||||||
|
|
||||||
@@ -173,7 +173,7 @@ modules:
|
|||||||
sources:
|
sources:
|
||||||
# Main source code - specific commit
|
# Main source code - specific commit
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/lumehq/coop.git
|
url: https://git.reya.su/reya/coop.git
|
||||||
commit: "@COMMIT@"
|
commit: "@COMMIT@"
|
||||||
tag: "v@VERSION@"
|
tag: "v@VERSION@"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user