mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
Remove traces of previous update checker. We use version 0.6.0 available here: https://github.com/vslavik/winsparkle/releases We only support on Windows at the moment using `winspakrle`. So remove this item for other platforms or when disabled in compilation. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
|
|
<channel>
|
|
<item>
|
|
<link>https://github.com/visualboyadvance-m/visualboyadvance-m/releases/download/v2.1.4/visualboyadvance-m-Win-64bit.zip</link>
|
|
<enclosure
|
|
sparkle:os="windows-x64"
|
|
sparkle:version="2.1.4"
|
|
length="0"
|
|
type="application/octet-stream"
|
|
/>
|
|
</item>
|
|
<item>
|
|
<link>https://github.com/visualboyadvance-m/visualboyadvance-m/releases/download/v2.1.4/visualboyadvance-m-Win-32bit.zip</link>
|
|
<enclosure
|
|
sparkle:os="windows-x86"
|
|
sparkle:version="2.1.4"
|
|
length="0"
|
|
type="application/octet-stream"
|
|
/>
|
|
</item>
|
|
<item>
|
|
<link>https://github.com/visualboyadvance-m/visualboyadvance-m/releases/download/v2.1.4/visualboyadvance-m-Mac-64bit.zip</link>
|
|
<enclosure
|
|
sparkle:os="macos"
|
|
sparkle:version="2.1.4"
|
|
length="0"
|
|
type="application/octet-stream"
|
|
/>
|
|
</item>
|
|
</channel>
|
|
</rss>
|
|
|