fix: update Tauri updater public key in configuration

- Replaced the existing public key in the Tauri configuration file with a new one to ensure proper functionality of the updater plugin.
- This change is necessary for maintaining the integrity and security of the update process within the application.
This commit is contained in:
Steven Enamakel
2026-04-18 06:11:26 -07:00
parent 0f3a967642
commit f0e98ef655
+1 -1
View File
@@ -64,7 +64,7 @@
"plugins": {
"updater": {
"active": false,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMxRTlFRkFEMjA3NzIwQjMKUldTeklIY2dyZS9wd2I3WDF2TXdqVU52MS92L1RValhhNlhTNW5BYzF0V2VVK0ZmQThjVHBwSysK",
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDc0OTREMjkxREFCNUIzRTEKUldUaHM3WGFrZEtVZEJzZWtMTlc5dGxnT0R2Q3hUTWVaclJWSm9JUFpPcVFUV2RBSG5oNFN6UjQK",
"endpoints": [
"https://github.com/tinyhumansai/openhuman/releases/latest/download/latest.json"
]