diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 936d3c383..4001b5441 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -11,6 +11,7 @@ }, "plugins": {}, "app": { + "withGlobalTauri": true, "windows": [ { "title": "NextChat", @@ -20,21 +21,24 @@ ], "security": { "csp": null - }, - "withGlobalTauri": true + } }, "bundle": { - "macOS": { - "signingIdentity": "-" - }, - "active": true, - "targets": "all", - "icon": [ - "icons/32x32.png", - "icons/128x128.png", - "icons/128x128@2x.png", - "icons/icon.icns", - "icons/icon.ico" - ] - } -} + "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": { + "signingIdentity": "-" + }, + "icon": [ + "icons/32x32.png", + "icons/128x128.png", + "icons/128x128@2x.png", + "icons/icon.icns", + "icons/icon.ico" + ] + } +} \ No newline at end of file