diff options
author | Eugene Sandulenko | 2019-10-05 12:23:27 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-10-05 12:27:32 +0200 |
commit | 4c6ec46340f4f81a78443f259ca4ef3f20c9f1fe (patch) | |
tree | 7bb95767320e6c0bd8942f4f6103cb1ded047a8c /dists | |
parent | f6fff71d8d4abef9fe7dc0d4dae05bc068b0dadc (diff) | |
download | scummvm-rg350-4c6ec46340f4f81a78443f259ca4ef3f20c9f1fe.tar.gz scummvm-rg350-4c6ec46340f4f81a78443f259ca4ef3f20c9f1fe.tar.bz2 scummvm-rg350-4c6ec46340f4f81a78443f259ca4ef3f20c9f1fe.zip |
DISTS: Added new keys for Sparkle 1.22.0
Diffstat (limited to 'dists')
-rw-r--r-- | dists/macosx/Info.plist | 2 | ||||
-rw-r--r-- | dists/macosx/Info.plist.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 98b9c43ae7..0fb0ef2eaa 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -68,6 +68,8 @@ <string>NSApplication</string> <key>SUFeedURL</key> <string>https://www.scummvm.org/appcasts/macosx/release.xml</string> + <key>SUPublicEDKey</key> + <string>faYfM+DGPgJCrRzpxSHoFD0rzHa6ZnnEXuzz2E7ZRUk=</string> <key>NSDockTilePlugIn</key> <string>scummvm.docktileplugin</string> <key>SUPublicDSAKeyFile</key> diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index 26d650071c..73cc178a4b 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -68,6 +68,8 @@ <string>NSApplication</string> <key>SUFeedURL</key> <string>https://www.scummvm.org/appcasts/macosx/release.xml</string> + <key>SUPublicEDKey</key> + <string>faYfM+DGPgJCrRzpxSHoFD0rzHa6ZnnEXuzz2E7ZRUk=</string> <key>NSDockTilePlugIn</key> <string>scummvm.docktileplugin</string> <key>SUPublicDSAKeyFile</key> |