Skip to content

Commit 15324e5

Browse files
marcelopepisclaude
andcommitted
fix: correct updater endpoint and pubkey in tauri.conf.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d4aeca5 commit 15324e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
},
3030
"plugins": {
3131
"updater": {
32-
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERDNzU3RjFBRkQ4QjFDMUQKUldRZEhJdjlHbjkxM01BUWV4alk5ck5GbG5CVmExdXBkVjlkOUxxSTdjL0ZOZlpNakZZK2xhL2QK",
32+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE2NjUzOTUzNUMwNDRFMDcKUldRSFRnUmNVemxsRmd2TytpcFpSL25LVnYxQnBvWit5bXE1YXNNMlpIUlRETWEvMGRLaEZNa2IK",
3333
"endpoints": [
34-
"https://github.com/OWNER/frameguard/releases/latest/download/latest.json"
34+
"https://github.com/marcelopepis/FrameGuard/releases/latest/download/latest.json"
3535
],
3636
"windows": {
3737
"installMode": "passive"

0 commit comments

Comments
 (0)