-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappcast.xml
More file actions
70 lines (61 loc) · 2.57 KB
/
appcast.xml
File metadata and controls
70 lines (61 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>DaoStudio</title>
<link>https://github.com/DaoStudioAI/DaoStudio</link>
<description>DaoStudio Updates</description>
<language>en</language>
<item>
<title>DaoStudio v0.1.1</title>
<link>https://github.com/DaoStudioAI/DaoStudio/releases/tag/v0.1.1</link>
<sparkle:version>0.1.1</sparkle:version>
<description><![CDATA[
<h2>DaoStudio v0.1.1</h2>
<p>Download the appropriate package for your platform from the <a href="https://github.com/DaoStudioAI/DaoStudio/releases/tag/v0.1.1">release page</a>.</p>
]]></description>
<pubDate>Sun, 26 Oct 2025 15:56:38 GMT</pubDate>
<!-- Windows x64 -->
<enclosure
url="https://github.com/DaoStudioAI/DaoStudio/releases/download/v0.1.1/DaoStudio-Windows-x64-v0.1.1.zip"
sparkle:version="0.1.1"
sparkle:os="windows"
type="application/zip" />
<!-- Windows x86 -->
<enclosure
url="https://github.com/DaoStudioAI/DaoStudio/releases/download/v0.1.1/DaoStudio-Windows-x86-v0.1.1.zip"
sparkle:version="0.1.1"
sparkle:os="windows"
type="application/zip" />
<!-- Windows ARM64 -->
<enclosure
url="https://github.com/DaoStudioAI/DaoStudio/releases/download/v0.1.1/DaoStudio-Windows-ARM64-v0.1.1.zip"
sparkle:version="0.1.1"
sparkle:os="windows"
type="application/zip" />
<!-- Linux x64 -->
<enclosure
url="https://github.com/DaoStudioAI/DaoStudio/releases/download/v0.1.1/DaoStudio-Linux-x64-v0.1.1.zip"
sparkle:version="0.1.1"
sparkle:os="linux"
type="application/zip" />
<!-- Linux ARM64 -->
<enclosure
url="https://github.com/DaoStudioAI/DaoStudio/releases/download/v0.1.1/DaoStudio-Linux-ARM64-v0.1.1.zip"
sparkle:version="0.1.1"
sparkle:os="linux"
type="application/zip" />
<!-- macOS x64 -->
<enclosure
url="https://github.com/DaoStudioAI/DaoStudio/releases/download/v0.1.1/DaoStudio-macOS-x64-v0.1.1.zip"
sparkle:version="0.1.1"
sparkle:os="macos"
type="application/zip" />
<!-- macOS ARM64 -->
<enclosure
url="https://github.com/DaoStudioAI/DaoStudio/releases/download/v0.1.1/DaoStudio-macOS-ARM64-v0.1.1.zip"
sparkle:version="0.1.1"
sparkle:os="macos"
type="application/zip" />
</item>
</channel>
</rss>