I've got an OSS WPF application and I want to ship a self-updating installer for it. I know that GitHub has this raw.github.com
which serves just files so my question is, if I make a directory with a ClickOnce installer, will the ClickOnce self-update mechanism be able to pull updated files from GitHub?
Asked
Active
Viewed 241 times
1

Dmitri Nesteruk
- 23,067
- 22
- 97
- 166
-
1Possible duplicate of [Is it possible to offer a ClickOnce installer on Github?](http://stackoverflow.com/questions/13512029/is-it-possible-to-offer-a-clickonce-installer-on-github) – rmc00 Oct 04 '16 at 18:55