Skip to content

Commit

Permalink
Release 3.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Nov 6, 2024
1 parent 87c2de9 commit f6878d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions Scripts/release_pipeline/6_sparkle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/zsh

source .env > /dev/null 2>&1

echo "✨ Update appcast.xml"
Sparkle/./generate_appcast -o appcast.xml Build/Releases/
18 changes: 9 additions & 9 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Keyboard Cowboy</title>
<item>
<title>3.25.3</title>
<pubDate>Wed, 06 Nov 2024 17:55:23 +0100</pubDate>
<sparkle:version>2152
</sparkle:version>
<sparkle:shortVersionString>3.25.3</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<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=="/>
</item>
<item>
<title>3.25.2</title>
<pubDate>Tue, 05 Nov 2024 19:23:03 +0100</pubDate>
Expand All @@ -20,15 +29,6 @@
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<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=="/>
</item>
<item>
<title>3.25.0</title>
<pubDate>Thu, 24 Oct 2024 23:24:43 +0200</pubDate>
<sparkle:version>2082
</sparkle:version>
<sparkle:shortVersionString>3.25.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<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=="/>
</item>
<item>
<title>0.4.1</title>
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>
Expand Down

0 comments on commit f6878d5

Please sign in to comment.