mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-02-14 02:14:25 +08:00
support tauri-v2
This commit is contained in:
16
src-tauri/capabilities/main.json
Normal file
16
src-tauri/capabilities/main.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"identifier": "main",
|
||||
"description": "permissions for desktop app",
|
||||
"local": true,
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"dialog:default",
|
||||
"dialog:allow-ask",
|
||||
"dialog:allow-message",
|
||||
"updater:default",
|
||||
"updater:allow-check",
|
||||
"updater:allow-download-and-install",
|
||||
"core:event:allow-listen",
|
||||
"core:event:default"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user