aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dists/macosx/Info.plist2
-rw-r--r--dists/macosx/Info.plist.in2
-rw-r--r--ports.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index 152c748095..ce05e079df 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 a430ff7dd7..c5f54fe3f0 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 a675c52ecf..dce5a5d153 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