mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Update EdDSA key for Sparkle updater, as the old one was wrong
The EdDSA public key added in last release (snapshot-166) was wrong. Simply re-generate a new pair. This is not fatal as Sparkle allows for DSA-only updates for now, but fix it to have the right key so future MacVim updates can be done via EdDSA. It won't work if someone is updating directly from 166, but given enough time, that should not be very likely as people woudl have updated to the newer versions.
This commit is contained in:
@@ -1312,7 +1312,7 @@
|
||||
<key>SUPublicDSAKeyFile</key>
|
||||
<string>dsa_pub.pem</string>
|
||||
<key>SUPublicEDKey</key>
|
||||
<string>EnnNZOR1zR6TmKXohjTNWbToLYNE4/1qd/dtkuTE2zc=</string>
|
||||
<string>Pt4zsg/8S3/mxKW7Cmt0cZFw/+2LOuXOYS93evP+Mfc=</string>
|
||||
<key>NSAppleEventsUsageDescription</key>
|
||||
<string>MacVim uses Apple Events to allow you to communicate with other apps using Apple Script, and to support working as an ODB external editor.</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
|
||||
Reference in New Issue
Block a user