From 8d846ee4b0eec81c0406706eb5e8cc8f99a82587 Mon Sep 17 00:00:00 2001 From: VirtualHotBar <96966978+VirtualHotBar@users.noreply.github.com> Date: Tue, 7 May 2024 18:22:09 +0800 Subject: [PATCH] Update tauri.conf.json --- src-tauri/tauri.conf.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1423494..f4c74b2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -68,9 +68,10 @@ "targets":"all", "active": true, "category": "DeveloperTool", - "copyright": "", + "copyright": "(C) 2024-Present VirtualHotBar", + "shortDescription": "Cloud storage management tools", + "longDescription": "Unified management and mounting of cloud storage facilities", "deb": { - "depends": [] }, "externalBin": [], "icon": [ @@ -79,7 +80,6 @@ "img/icons/icon.ico" ], "identifier": "com.vhbs.netmount", - "longDescription": "", "macOS": { "entitlements": "pack/macos/entitlements.plist", "exceptionDomain": "localhost", @@ -90,7 +90,7 @@ "resources": [ "res/bin/**/*" ], - "shortDescription": "", + "windows": { "certificateThumbprint": null, @@ -131,7 +131,8 @@ "minHeight": 450, "minWidth": 700, "transparent": true, - "decorations": false } + "decorations": false + } ] } }