Browse Source

macosx: Add new public key for macOS update signing

New ed25519 public key is added which is used for signing the
sparke updates in the future.
mmdevice-clean/8
David Fuhrmann 6 months ago
committed by David
parent
commit
f05cc744b2
  1. 2
      share/Info.plist.in

2
share/Info.plist.in

@ -61,6 +61,8 @@
<string>https://update.videolan.org/vlc/sparkle/vlc-intel64.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>SUPublicEDKey</key>
<string>rfrJyjRvcZoQ+3xo9Qf4jtSMsMFpiQQsiVhtKaOQCNI=</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) @COPYRIGHT_YEARS@ VLC authors and VideoLAN</string>
<key>NSCameraUsageDescription</key>

Loading…
Cancel
Save