[vlc-commits] commit: Mac OS X: added missing key to fix updates with Sparkle. ( Felix Paul Kühne )
git at videolan.org
git at videolan.org
Sun May 23 00:12:59 CEST 2010
vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun May 23 00:12:50 2010 +0200| [fcb34022f13e26ce318dd2dcb880262b93438669] | committer: Felix Paul Kühne
Mac OS X: added missing key to fix updates with Sparkle.
Manual backport of [13acaa7e01519d2c8f8e6743e297611b14add161]
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=fcb34022f13e26ce318dd2dcb880262b93438669
---
extras/package/macosx/Info.plist.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index ee36d19..acc334f 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -1281,6 +1281,8 @@
</array>
<key>SUFeedURL</key>
<string>http://jones.videolan.org/~videolan/fpk/sparkle/vlc.xml</string>
+ <key>SUPublicDSAKeyFile</key>
+ <string>dsa_pub.pem</string>
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
More information about the vlc-commits
mailing list