dei79 / netsparkle

NetSparkle is an easy-to-use software update framework for .NET developers on Windows, MAC or Linux. It was inspired by the Sparkle (http://bit.ly/HWyJd) project for Cocoa developers and the WinSparkle (http://bit.ly/cj5kP5) project (a Win32 port).
122 stars 21 forks source link

generate_appcast #3

Open ndreisg opened 5 years ago

ndreisg commented 5 years ago

Sparkle offers the commandline tool generate_appcast to generate the appcast.xml. Are there any plans to add a similar tool to netsparkle?

flemingm commented 5 years ago

may want to check https://github.com/jimgraham/NetSparkle/pull/3 for newer veision of this. it was forked from codeplex as well independently.

or https://github.com/iKenndac/SparkleDotNET

Deadpikle commented 5 years ago

@ndreisg If you take the PR that @flemingm that referenced and pull the changes for SparkleFeedGenerator.cs into my up to date NetSparkle repo with some tweaks per the changes I've made, I'd be happy to take a look at it and merge it in and then update the NuGet for you. 😄 It'd be a good starting point for a generate_appcast tool that actually looked at a folder of .exe like the generate_appcast tool.

SparkleDotNET hasn't been updated in over 7 years, unfortunately 😞

ndreisg commented 5 years ago

@Deadpikle I just checked out your repo and created a console app. Can you please add me as contributor so I can push my changes to your 'develop' branch?

Edit: forget that, this was my first pull request ;)