chore: fix identifier
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user