[Scummvm-git-logs] scummvm master -> 5bf45669278b30b6b077bd8c13b1d89b6bc0cc27
lotharsm
noreply at scummvm.org
Tue May 5 12:17:32 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
5bf4566927 DISTS: Update Sparkle manifest to fix WinSparkle release notes
Commit: 5bf45669278b30b6b077bd8c13b1d89b6bc0cc27
https://github.com/scummvm/scummvm/commit/5bf45669278b30b6b077bd8c13b1d89b6bc0cc27
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2026-05-05T14:17:28+02:00
Commit Message:
DISTS: Update Sparkle manifest to fix WinSparkle release notes
Ever since ScummVM upgraded to WinSparkle 0.9.0 in release 2.9.1,
WinSparkle has been opening release notes in an external web browser
and displaying a blank page in the Release Notes section of its
Windows dialog.
This appears to be because our release notes URL returns HTTP 302,
and the new WinSparkle code treats this as if a user clicked a link
in the release notes, which it now launches in an external browser.
Changing the URL from www.scummvm.org to downloads.scummvm.org should
work around the issue, and be consistent with our download URLs.
Changed paths:
dists/macosx/scummvm_appcast.xml
diff --git a/dists/macosx/scummvm_appcast.xml b/dists/macosx/scummvm_appcast.xml
index c329363a5f2..60522bcee52 100644
--- a/dists/macosx/scummvm_appcast.xml
+++ b/dists/macosx/scummvm_appcast.xml
@@ -8,7 +8,7 @@
<item>
<title>Version 2026.2.0</title>
<sparkle:releaseNotesLink>
- https://www.scummvm.org/frs/scummvm/2026.2.0/ReleaseNotes.html
+ https://downloads.scummvm.org/frs/scummvm/2026.2.0/ReleaseNotes.html
</sparkle:releaseNotesLink>
<pubDate>Sat, 28 Mar 2026 18:00:00 +0000</pubDate>
<enclosure url="https://downloads.scummvm.org/frs/scummvm/2026.2.0/scummvm-2026.2.0-macosx.dmg"
More information about the Scummvm-git-logs
mailing list