Is it possible to use the github releases as a sever to host updates that esky can use? And if yes, how do I implement this especially with regards to the url I provide to the
updater = esky.Esky(sys.executable, "http://localhost:8000")
command? Or do I have to host my releases somewhere else, and if that is the case, does anybody have any suggestions (preferably at no cost).