mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
v0.4.0
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user