You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your appcast fetching from github works like a charm. Normaly I write appcast.xml sparkle files by hand which is very annoying. So I had the idea to fetch the releases from github and transpile them to appcast.xml for reading by sparkle. I have created a prototype HTTP translator between github and a golang HTTP appcast.xml handler.
Would it be nice to have the sparkle XML format in this package for read/writing also sparkle files?
Thank you @xor-gate for your interest in this library and sorry for the delayed response.
The feature you are suggesting would be very neat to have and I didn't even think of it in the beginning. I will definitely add the ability to transpile from one appcast into another in the next couple of days.
Your appcast fetching from github works like a charm. Normaly I write appcast.xml sparkle files by hand which is very annoying. So I had the idea to fetch the releases from github and transpile them to appcast.xml for reading by sparkle. I have created a prototype HTTP translator between github and a golang HTTP appcast.xml handler.
Would it be nice to have the sparkle XML format in this package for read/writing also sparkle files?
You could have a look at: https://github.com/xor-gate/snippets/tree/master/golang/appcast
The text was updated successfully, but these errors were encountered: