Skip to content

Commit

Permalink
Correct description, add website link to AboutMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tulpenkiste committed Dec 17, 2024
1 parent c6cda8e commit 61ce7df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "Upryzing"
version = "0.0.1"
description = "Your Conversations, Your Way"
description = "Your conversations, your way."
authors = ["Tulpenkiste"]
license = "AGPL-3.0"
repository = "https://github.com/upryzing/lavender"
Expand Down
10 changes: 5 additions & 5 deletions packages/desktop/src-tauri/src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ pub(crate) fn create_menu(app: &mut App) -> Result<Menu<Wry>, Box<dyn std::error
version: Some("0.0.1".to_string()),
short_version: Some("0.0.1".to_string()),
authors: Some(authors.to_vec()),
comments: Some("".to_string()),
copyright: Some("".to_string()),
comments: None,
copyright: None,
license: Some("AGPL-v3".to_string()),
website: Some("".to_string()),
website_label: Some("".to_string()),
credits: Some("".to_string()),
website: Some("https://upryzing.app".to_string()),
website_label: Some("Homepage".to_string()),
credits: None,
icon: None,
};

Expand Down

0 comments on commit 61ce7df

Please sign in to comment.