fix(updater): set real signing pubkey

This commit is contained in:
2026-04-19 00:05:59 +02:00
parent 536ce8ee03
commit 9cedb07104
+1 -1
View File
@@ -42,7 +42,7 @@
"endpoints": [ "endpoints": [
"https://github.com/byGalax/chat-app/releases/latest/download/latest.json" "https://github.com/byGalax/chat-app/releases/latest/download/latest.json"
], ],
"pubkey": "REPLACE_WITH_CONTENTS_OF_.tauri-updater.key.pub", "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDg0Q0Y0N0I1Q0U2MjBEMzcKUldRM0RXTE90VWZQaERVWnBGNTVKUVZ2MWZyRktaaDFJaXVWc3NGNUZVb08yVHNxaVp2c2dOL2oK",
"windows": { "windows": {
"installMode": "passive" "installMode": "passive"
} }