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

@@ -12,7 +12,7 @@ path = "src/main.rs"
name = "Coop" name = "Coop"
product-name = "Coop" product-name = "Coop"
description = "Chat Freely, Stay Private on Nostr" description = "Chat Freely, Stay Private on Nostr"
identifier = "dev.coop.Coop" identifier = "su.reya.coop"
category = "SocialNetworking" category = "SocialNetworking"
version = "1.0.0-beta" version = "1.0.0-beta"
out-dir = "./dist" out-dir = "./dist"

View File

@@ -53,6 +53,6 @@ parts:
apps: apps:
coop: coop:
command: usr/bin/coop command: usr/bin/coop
common-id: dev.coop.Coop common-id: su.reya.coop
environment: environment:
COOP_BUNDLE_TYPE: snap COOP_BUNDLE_TYPE: snap

View File

@@ -1,5 +1,5 @@
pub const APP_NAME: &str = "Coop"; pub const APP_NAME: &str = "Coop";
pub const APP_ID: &str = "dev.coop.Coop"; pub const APP_ID: &str = "su.reya.coop";
pub const APP_PUBKEY: &str = "b1813fb01274b32cc5db6d1198e7c79dda0fb430899f63c7064f651a41d44f2b"; pub const APP_PUBKEY: &str = "b1813fb01274b32cc5db6d1198e7c79dda0fb430899f63c7064f651a41d44f2b";
pub const KEYRING_URL: &str = "Coop Safe Storage"; pub const KEYRING_URL: &str = "Coop Safe Storage";

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}) archive=$(ls "target/release" | grep -E ${archive_match})
export ARCHIVE="$archive" export ARCHIVE="$archive"
export APP_ID="dev.coop.Coop" export APP_ID="su.reya.coop"
export APP_NAME="Coop" export APP_NAME="Coop"
export BRANDING_LIGHT="#99c1f1" export BRANDING_LIGHT="#99c1f1"
export BRANDING_DARK="#1a5fb4" export BRANDING_DARK="#1a5fb4"