Skip to content

Commit f6878d5

Browse files
committed
Release 3.25.3
1 parent 87c2de9 commit f6878d5

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

Scripts/release_pipeline/6_sparkle.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/zsh
2+
3+
source .env > /dev/null 2>&1
4+
5+
echo "✨ Update appcast.xml"
6+
Sparkle/./generate_appcast -o appcast.xml Build/Releases/

appcast.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
33
<channel>
44
<title>Keyboard Cowboy</title>
5+
<item>
6+
<title>3.25.3</title>
7+
<pubDate>Wed, 06 Nov 2024 17:55:23 +0100</pubDate>
8+
<sparkle:version>2152
9+
</sparkle:version>
10+
<sparkle:shortVersionString>3.25.3</sparkle:shortVersionString>
11+
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
12+
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.25.3/Keyboard.Cowboy.3.25.3.dmg" length="9283042" type="application/octet-stream" sparkle:edSignature="wJk098H7pZ6vwHJHWQ5KU8luCgrjyTrlSqtZSP7l8ARJU1BPLVd0QkQSXp4yiDFvdFwnIE0mye/YYM78KpRsAw=="/>
13+
</item>
514
<item>
615
<title>3.25.2</title>
716
<pubDate>Tue, 05 Nov 2024 19:23:03 +0100</pubDate>
@@ -20,15 +29,6 @@
2029
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
2130
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.25.1/Keyboard.Cowboy.3.25.1.dmg" length="9373999" type="application/octet-stream" sparkle:edSignature="IZaxNoePE2oWrSZcqRCdNOtiGTTcacAEO9m1MhY6mBHhnFODN25ZUJFr8VOJKWAsC5YaDBZjzJrVmzUwe/vbCw=="/>
2231
</item>
23-
<item>
24-
<title>3.25.0</title>
25-
<pubDate>Thu, 24 Oct 2024 23:24:43 +0200</pubDate>
26-
<sparkle:version>2082
27-
</sparkle:version>
28-
<sparkle:shortVersionString>3.25.0</sparkle:shortVersionString>
29-
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
30-
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.25.0/Keyboard.Cowboy.3.25.0.dmg" length="9274941" type="application/octet-stream" sparkle:edSignature="M4u67gK3y4GbbB35+c89qKmFtB1wX0o2lsgtTxKmmzVj49tdGMbgHLokycU3xKLKxfYldnL6tvNbMVI4+xH8BA=="/>
31-
</item>
3232
<item>
3333
<title>0.4.1</title>
3434
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>

0 commit comments

Comments
 (0)