From f0e98ef655d15bd432d00117325202cef5cc0264 Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Sat, 18 Apr 2026 06:11:26 -0700 Subject: [PATCH] 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. --- app/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index b90be265c..55b804cd5 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -64,7 +64,7 @@ "plugins": { "updater": { "active": false, - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMxRTlFRkFEMjA3NzIwQjMKUldTeklIY2dyZS9wd2I3WDF2TXdqVU52MS92L1RValhhNlhTNW5BYzF0V2VVK0ZmQThjVHBwSysK", + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDc0OTREMjkxREFCNUIzRTEKUldUaHM3WGFrZEtVZEJzZWtMTlc5dGxnT0R2Q3hUTWVaclJWSm9JUFpPcVFUV2RBSG5oNFN6UjQK", "endpoints": [ "https://github.com/tinyhumansai/openhuman/releases/latest/download/latest.json" ]