Skip to content

Commit

Permalink
Update appcast
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjon2040 committed Jun 21, 2021
1 parent 9f23929 commit 9d73376
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions UnrealBinaryBuilderUpdater/appcast.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<channel>
<title>Unreal Binary Builder</title>
<description>Most recent changes with links to updates.</description>
<link>https://github.com/ryanjon2040/UE4-Binary-Builder/raw/master/UnrealBinaryBuilderUpdater/appcast.xml</link>
<language>en</language>
<item>
<title>Unreal Binary Builder 3.1.1</title>
<pubDate>Mon, 21 Jun 2021 17:10:58 +05:30</pubDate>
<title>Unreal Binary Builder 3.1.2</title>
<pubDate>Mon, 21 Jun 2021 18:32:44 +05:30</pubDate>
<sparkle:releaseNotesLink>
https://raw.githubusercontent.com/ryanjon2040/UE4-Binary-Builder/master/CHANGELOG.md
</sparkle:releaseNotesLink>
<enclosure url="https://github.com/ryanjon2040/UE4-Binary-Builder/releases/download/3.1.1/UnrealBinaryBuilder.v3.1.1.zip"
sparkle:version="3.1.1" sparkle:shortVersionString="3.1.1" length="167622211" sparkle:os="windows" type="application/x-msdownload"
sparkle:signature="Zm/G/ylAWq6r+WTa9e7RwkQwOq1stG4mQNtpBlkSp48o81x5msi1eZIf4CCvVgv9uZ1EXd0SuaPG0o/4zojEBw==" />
<enclosure url="https://github.com/ryanjon2040/UE4-Binary-Builder/releases/download/3.1.2/UnrealBinaryBuilder.v3.1.2.zip/UnrealBinaryBuilder.exe"
sparkle:version="3.1.2" sparkle:shortVersionString="3.1.2" length="167622723" sparkle:os="windows" type="application/x-msdownload"
sparkle:signature="09qm/ppEetFyRZC1Gf1e3mVcKG8TrmWdvjvQhAONYBJ4vqCou4zj5bGrVzXnL6nsEA1rTrnGfK5yL6KfaOOFBg==" />
</item>
</channel>
</rss>
2 changes: 1 addition & 1 deletion UnrealBinaryBuilderUpdater/appcast.xml.signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
k81xvIez8RIOA+qtw2T/H6Mi/whOvvheAvsRB8Thl5geYi0+nlrppU5HUz7yQY9yGtANB7/iudiUh46bbaEnAQ==
WZ3Su4i4iKpRAmceiBPNzfRiPTl+G9iTELrbqRjQzFyZbqaD3gr1Y8WoozF66HaLuiPOY0X5M3MOBBU75wshAw==
2 changes: 1 addition & 1 deletion generate_appcast.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set appcast_path=%UserProfile%\.nuget\packages\netsparkleupdater.tools\%tools_ve
set appcast_output=%cd%\UnrealBinaryBuilderUpdater
set appcast_binary=%cd%\Output
set appcast_mainexe=%appcast_binary%\UnrealBinaryBuilder.exe
set appcast_release=https://github.com/ryanjon2040/UE4-Binary-Builder/releases/download/3.1.1/UnrealBinaryBuilder.v3.1.1.zip
set appcast_release=https://github.com/ryanjon2040/UE4-Binary-Builder/releases/download/3.1.2/UnrealBinaryBuilder.v3.1.2.zip
set appcast_changelog=https://raw.githubusercontent.com/ryanjon2040/UE4-Binary-Builder/master/CHANGELOG.md
set appcast_default_key_path=%localappdata%\netsparkle

Expand Down

0 comments on commit 9d73376

Please sign in to comment.