fix: base64-encode updater pubkey to match expected format

This commit is contained in:
t8y2 2026-05-04 23:07:52 +08:00
parent 1eea70af87
commit 0d6892bae2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
},
"plugins": {
"updater": {
"pubkey": "RWTfx7a7FyNPkSgMFBEXIVLl9fJAaOT+ZqH2JSer4CSdfdIBBzawniaC",
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDkxNEYyMzE3QkJCNkM3REYKUldUZng3YTdGeU5Qa1NnTUZCRVhJVkxsOWZKQWFPVCtacUgySlNlcjRDU2RmZElCQnphd25pYUMK",
"endpoints": [
"https://github.com/t8y2/dbx/releases/latest/download/latest.json"
]