Add 'Auto Check Update' config to control whether to check for updates on start

This commit is contained in:
tk103331
2023-01-04 13:10:46 +08:00
parent c19698bc41
commit a7cd73b314
6 changed files with 38 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
},
"package": {
"productName": "ChatGPT",
"version": "0.7.4"
"version": "0.7.2"
},
"tauri": {
"allowlist": {
@@ -67,7 +67,7 @@
"csp": null
},
"updater": {
"active": true,
"active": false,
"dialog": true,
"endpoints": [
"https://lencx.github.io/ChatGPT/install.json"