[Scummvm-cvs-logs] scummvm master -> 63e55cefd44e16a4d6499adc51905f5ca511f813

sev- sev at scummvm.org
Tue Apr 5 15:27:56 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
63e55cefd4 WEB: Put Sparkle appcast to a standard place


Commit: 63e55cefd44e16a4d6499adc51905f5ca511f813
    https://github.com/scummvm/scummvm/commit/63e55cefd44e16a4d6499adc51905f5ca511f813
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-05T15:27:28+02:00

Commit Message:
WEB: Put Sparkle appcast to a standard place

Changed paths:
    dists/macosx/Info.plist
    dists/macosx/Info.plist.in
    ports.mk



diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index 152c748..ce05e07 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -53,7 +53,7 @@
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
 	<key>SUFeedURL</key>
-	<string>https://www.scummvm.org/scummvm_appcast.xml</string>
+	<string>https://www.scummvm.org/appcasts/macosx/release.xml</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 a430ff7..c5f54fe 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -53,7 +53,7 @@
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
 	<key>SUFeedURL</key>
-	<string>https://www.scummvm.org/scummvm_appcast.xml</string>
+	<string>https://www.scummvm.org/appcasts/macosx/release.xml</string>
 	<key>NSDockTilePlugIn</key>
 	<string>scummvm.docktileplugin</string>
 	<key>SUPublicDSAKeyFile</key>
diff --git a/ports.mk b/ports.mk
index a675c52..dce5a5d 100644
--- a/ports.mk
+++ b/ports.mk
@@ -407,7 +407,7 @@ osxsnap: bundle
 	rm -rf ScummVM-snapshot
 
 publish-appcast:
-	scp dists/macosx/scummvm_appcast.xml www.scummvm.org:/var/www/html/
+	scp dists/macosx/scummvm_appcast.xml www.scummvm.org:/var/www/html/appcasts/macosx/release.xml
 
 #
 # Windows specific






More information about the Scummvm-git-logs mailing list