feat: try to add auto updater

This commit is contained in:
Yidadaa
2023-06-15 23:55:18 +08:00
parent 698be6671c
commit 91b871ef3b
6 changed files with 272 additions and 3 deletions

View File

@@ -72,7 +72,15 @@
"csp": null
},
"updater": {
"active": false
"active": true,
"endpoints": [
"https://github.com/Yidadaa/ChatGPT-Next-Web/releases/latest"
],
"dialog": false,
"windows": {
"installMode": "passive"
},
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERFNDE4MENFM0Y1RTZBOTQKUldTVWFsNC96b0JCM3RqM2NmMnlFTmxIaStRaEJrTHNOU2VqRVlIV1hwVURoWUdVdEc1eDcxVEYK"
},
"windows": [
{
@@ -81,6 +89,7 @@
"resizable": true,
"title": "ChatGPT Next Web",
"width": 960,
"hiddenTitle": true,
"titleBarStyle": "Overlay"
}
]