Update tauri.conf.json

This commit is contained in:
VirtualHotBar
2024-05-07 18:22:09 +08:00
parent deff50cae7
commit 8d846ee4b0

View File

@@ -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
}
]
}
}