1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00

Merge pull request #65 from lencx/fix

This commit is contained in:
lencx 2022-12-23 21:46:01 +08:00 committed by GitHub
commit a75ae5e615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -22,9 +22,9 @@
**最新版:**
- `Mac`: [ChatGPT_0.6.1_x64.dmg](https://github.com/lencx/ChatGPT/releases/download/v0.6.1/ChatGPT_0.6.1_x64.dmg)
- `Linux`: [chat-gpt_0.6.1_amd64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.6.1/chat-gpt_0.6.1_amd64.deb)
- `Windows`: [ChatGPT_0.6.1_x64_en-US.msi](https://github.com/lencx/ChatGPT/releases/download/v0.6.1/ChatGPT_0.6.1_x64_en-US.msi)
- `Mac`: [ChatGPT_0.6.2_x64.dmg](https://github.com/lencx/ChatGPT/releases/download/v0.6.2/ChatGPT_0.6.2_x64.dmg)
- `Linux`: [chat-gpt_0.6.2_amd64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.6.2/chat-gpt_0.6.2_amd64.deb)
- `Windows`: [ChatGPT_0.6.2_x64_en-US.msi](https://github.com/lencx/ChatGPT/releases/download/v0.6.2/ChatGPT_0.6.2_x64_en-US.msi)
[其他版本...](https://github.com/lencx/ChatGPT/releases)

View File

@ -24,9 +24,9 @@
**Latest:**
- `Mac`: [ChatGPT_0.6.1_x64.dmg](https://github.com/lencx/ChatGPT/releases/download/v0.6.1/ChatGPT_0.6.1_x64.dmg)
- `Linux`: [chat-gpt_0.6.1_amd64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.6.1/chat-gpt_0.6.1_amd64.deb)
- `Windows`: [ChatGPT_0.6.1_x64_en-US.msi](https://github.com/lencx/ChatGPT/releases/download/v0.6.1/ChatGPT_0.6.1_x64_en-US.msi)
- `Mac`: [ChatGPT_0.6.2_x64.dmg](https://github.com/lencx/ChatGPT/releases/download/v0.6.2/ChatGPT_0.6.2_x64.dmg)
- `Linux`: [chat-gpt_0.6.2_amd64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.6.2/chat-gpt_0.6.2_amd64.deb)
- `Windows`: [ChatGPT_0.6.2_x64_en-US.msi](https://github.com/lencx/ChatGPT/releases/download/v0.6.2/ChatGPT_0.6.2_x64_en-US.msi)
[Other version...](https://github.com/lencx/ChatGPT/releases)

View File

@ -1,6 +1,6 @@
# UPDATE LOG
## v0.6.1
## v0.6.2
fix: path not allowed on the configured scope

View File

@ -7,7 +7,7 @@
},
"package": {
"productName": "ChatGPT",
"version": "0.6.1"
"version": "0.6.2"
},
"tauri": {
"allowlist": {
@ -22,7 +22,7 @@
"fs": {
"all": true,
"scope": [
"$HOME/.chatgpt/*"
"$HOME/**"
]
}
},