删除多余

This commit is contained in:
sr7 2024-09-24 20:36:11 +08:00
commit 7151c0134a

View File

@ -11,6 +11,7 @@
}, },
"plugins": {}, "plugins": {},
"app": { "app": {
"withGlobalTauri": true,
"windows": [ "windows": [
{ {
"title": "NextChat", "title": "NextChat",
@ -20,15 +21,18 @@
], ],
"security": { "security": {
"csp": null "csp": null
}, }
"withGlobalTauri": true
}, },
"bundle": { "bundle": {
"active": true,
"targets": "all",
"category": "Utility",
"copyright": "Copyright © 2024 GPTsMotion Tech LLC All Rights Reserved.",
"shortDescription": "NextChat App",
"longDescription": "Experience NextChat: Local-first, seamless, and designed for the ultimate chat experience",
"macOS": { "macOS": {
"signingIdentity": "-" "signingIdentity": "-"
}, },
"active": true,
"targets": "all",
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",