mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
v0.4.0
This commit is contained in:
parent
d554dcda80
commit
7fea0aa395
@ -7,14 +7,16 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "ChatGPT",
|
||||
"version": "0.3.0"
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
"all": true,
|
||||
"fs": {
|
||||
"all": true,
|
||||
"scope": ["$HOME/.chatgpt/*"]
|
||||
"scope": [
|
||||
"$HOME/.chatgpt/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"systemTray": {
|
||||
|
Loading…
Reference in New Issue
Block a user