chore: update agent updater config

This commit is contained in:
Andrew Bastin
2024-10-03 22:20:45 +05:30
parent cd25ba7d92
commit 025a8fc0cb
2 changed files with 23 additions and 27 deletions

View File

@@ -28,7 +28,7 @@
"csp": null
}
},
"bundle": {
"bundle": {
"active": true,
"targets": "all",
"icon": [
@@ -39,5 +39,13 @@
"icons/icon.ico"
],
"createUpdaterArtifacts": true
},
"plugins" : {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDI1MjZGQTNFRjA1NEFFMDEKUldRQnJsVHdQdm9tSlNMLzNxKzJOM24wdC9SYUZHckFpeUZoWW1xb1dtdVpSa2dWMkRGdkV2WmsK",
"endpoints": [
"https://releases.hoppscotch.com/hoppscotch-agent.json"
]
}
}
}