chore: fix identifier

This commit is contained in:
2025-08-02 13:17:43 +07:00
parent 80c649f9a0
commit 86d24ccbd5
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ archive_match="zed(-[a-zA-Z0-9]+)?-linux-$(uname -m)\.tar\.gz"
archive=$(ls "target/release" | grep -E ${archive_match})
export ARCHIVE="$archive"
export APP_ID="dev.coop.Coop"
export APP_ID="su.reya.coop"
export APP_NAME="Coop"
export BRANDING_LIGHT="#99c1f1"
export BRANDING_DARK="#1a5fb4"