mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix: correct Sparkle appcast version for 2026.2.15
The sparkle:version was incorrectly set to '11213' instead of '202602150', causing the macOS app to not detect the 2026.2.15 update. Sparkle compares versions as strings, so '11213' < '202602140' (2026.2.14's version), preventing the update from being offered to users. Fixes openclaw/openclaw#18178
This commit is contained in:
committed by
Peter Steinberger
parent
b2d622cfa3
commit
6e1edc7d62
@@ -144,7 +144,7 @@
|
||||
<title>2026.2.15</title>
|
||||
<pubDate>Mon, 16 Feb 2026 05:04:34 +0100</pubDate>
|
||||
<link>https://raw.githubusercontent.com/openclaw/openclaw/main/appcast.xml</link>
|
||||
<sparkle:version>11213</sparkle:version>
|
||||
<sparkle:version>202602150</sparkle:version>
|
||||
<sparkle:shortVersionString>2026.2.15</sparkle:shortVersionString>
|
||||
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
|
||||
<description><![CDATA[<h2>OpenClaw 2026.2.15</h2>
|
||||
|
||||
Reference in New Issue
Block a user