hardware_toolkit/website/appcast.xml.template.xml
z_lenovo f32c856097 to remove the winsparkle module?
winsparkle好像有点不好调,再试一下吧,如果今晚搞定了就发初版,搞不定就改用gitea发布新版
2025-07-02 21:26:19 +08:00

28 lines
973 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>
硬件工具箱
</title>
<link>
https://dl.wuembed.com/hardware_tk/appcast.xml
</link>
<language>
en
</language>
<item>
<title>
Version {{VERSION}}
</title>
<sparkle:releaseNotesLink>
https://dl.wuembed.com/hardware_tk/{{VERSION}}.html
</sparkle:releaseNotesLink>
<enclosure url="https://dl.wuembed.com/hardware_tk/hardware_tk_{{VERSION}}.exe"
sparkle:version="{{VERSION}}"
length="{{LENGTH}}"
type="application/octet-stream"
sparkle:dsaSignature="{{SIGNATURE}}" />
</item>
</channel>
</rss>