From 22ec901223ddc1303b839559198a561cfa3bffbd Mon Sep 17 00:00:00 2001 From: Maik Date: Fri, 24 May 2024 19:58:23 +0200 Subject: [PATCH] docs: Add description to tauri.conf.json --- src-tauri/tauri.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3891722..c7a3de9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -16,7 +16,7 @@ "bundle": { "active": true, "category": "DeveloperTool", - "copyright": "", + "copyright": "MIT", "deb": { "depends": [] }, @@ -28,8 +28,8 @@ "icons/icon.icns", "icons/icon.ico" ], - "identifier": "com.maikbasel.custodian", - "longDescription": "", + "identifier": "com.maikbasel.aws-custodian", + "longDescription": "AWS Custodian is a Tauri-based desktop app for efficiently managing AWS tasks. Build for developers and DevOps pros, it streamlines navigation across multiple AWS accounts, the handling of AWS profiles, and the control of SSM parameters and Secrets Manager secrets, reducing the complexity of using the AWS web console or CLI.", "macOS": { "entitlements": null, "exceptionDomain": "",