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"
product-name = "Coop"
description = "Chat Freely, Stay Private on Nostr"
identifier = "dev.coop.Coop"
identifier = "su.reya.coop"
category = "SocialNetworking"
version = "1.0.0-beta"
out-dir = "./dist"

View File

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

View File

@@ -1,5 +1,5 @@
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 KEYRING_URL: &str = "Coop Safe Storage";