This commit is contained in:
lencx
2022-12-17 17:39:21 +08:00
parent d554dcda80
commit 1ef62cd9cd

View File

@@ -7,14 +7,16 @@
}, },
"package": { "package": {
"productName": "ChatGPT", "productName": "ChatGPT",
"version": "0.3.0" "version": "0.4.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {
"all": true, "all": true,
"fs": { "fs": {
"all": true, "all": true,
"scope": ["$HOME/.chatgpt/*"] "scope": [
"$HOME/.chatgpt/*"
]
} }
}, },
"systemTray": { "systemTray": {