How to update app automatically ?
I don't understand how to use "ClickOnce" or another method to update my
c# winform app pls give me a simplified tutorial
12 Replies
Pretty sure you need to do all that by yourself, the publish tab is just for deployment
okay
GitHub
GitHub - velopack/velopack: Installer and automatic update framewor...
Installer and automatic update framework for cross-platform desktop applications - velopack/velopack
he work for winform ?
Yes
how can I host updates ?
Velopack should support Github releases, for example
can I host on github?
As I said
so it updates automatically
Just read the Velopack documentation
But yes: you can host the built binary files on Github, yes Velopack can look at them and see a new release has been made, yes Velopack can then update that application automatically
ok ok thx