Skip to content

Commit 73461a1

Browse files
committed
Add "standalone=yes" to appcast feed
This is a minor change, and just to match what Sparkle's generate_appcast tool's output already does. It should not have behavior changes.
1 parent 754f029 commit 73461a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appcast/_appcast.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
33
<channel>
44
<title>MacVim</title>

appcast/_appcast_signature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<!-- sparkle-signatures:
2-
edSignature: WcMQgjh7/iHdY9vEEZS0OyMMnfL7EV11GWOxAzT5m48NN6+msTO3pOW/0pzWtCaSz5Ro6zQayP3xX7kWCXgPBg==
3-
length: 18608
2+
edSignature: FbqKKwi+nIEN+pKNTHwaDysxW9nbt5uLNGifuSkUAHqClY+P12H/jyEOmNGUxcInR8xL9o6NamPA0hYDhh+MBw==
3+
length: 18625
44
-->

0 commit comments

Comments
 (0)