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
SomgΓΆr from Human Resources
Pretty sure you need to do all that by yourself, the publish tab is just for deployment
Angius
Angiusβ€’2w ago
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 ?
Angius
Angiusβ€’2w ago
Yes
πŠπ«ΓΈπ‘ΓΈπ—
how can I host updates ?
Angius
Angiusβ€’2w ago
Velopack should support Github releases, for example
πŠπ«ΓΈπ‘ΓΈπ—
can I host on github?
Angius
Angiusβ€’2w ago
As I said
πŠπ«ΓΈπ‘ΓΈπ—
so it updates automatically
Angius
Angiusβ€’2w ago
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