Skip to content

Commit

Permalink
Fixed appcast
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 6, 2024
1 parent 6374c88 commit 6e36bbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Mirivoice.Desktop/appcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
<title>MiriVoice</title>
<language>en</language>
<item>
<title>MiriVoice %s</title>
<title>%s</title>
<pubDate>%s</pubDate>
<enclosure url="https://github.com/EX3exp/MiriVoice/releases/download/%s/%s"
sparkle:version="%s"
Expand Down
7 changes: 2 additions & 5 deletions Mirivoice.Desktop/appveyor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def write_appcast(appcast_os, appcast_rid, appcast_file):
<title>MiriVoice</title>
<language>en</language>
<item>
<title>MiriVoice %s</title>
<title>%s</title>
<pubDate>%s</pubDate>
<enclosure url="https://github.com/EX3exp/MiriVoice/releases/download/build%%2F%s/%s"
<enclosure url="https://github.com/EX3exp/MiriVoice/releases/download/%s/%s"
sparkle:version="%s"
sparkle:shortVersionString="%s"
sparkle:os="%s"
Expand Down Expand Up @@ -61,9 +61,6 @@ def write_info_plist():
f.write(plist)

if sys.platform == 'win32':
if appcast_ver is not None:
os.system("git tag build/%s 2>&1" % (appcast_ver))
os.system("git push origin build/%s 2>&1" % (appcast_ver))

os.system("dotnet restore Mirivoice.Desktop/Mirivoice.Desktop.csproj -r win-x86")
os.system(
Expand Down

0 comments on commit 6e36bbb

Please sign in to comment.