ryanhlewis / updatelauncher

An automatic updater for your applications. This will check for new versions, download, unzip, as well as run your app.
MIT License
14 stars 3 forks source link

Progress Bar #1

Open lil-cristal opened 2 years ago

lil-cristal commented 2 years ago

Progress bar will be needed so that app users will not have to stare at the screen with no hope

ryanhlewis commented 2 years ago

Meant to be more discord-esque. If Discord doesn't need a progress bar, do you?

That's just a thought when I was making it, and it stands true now. I hate progress bars- they're ugly and bland, and only serve for really big downloads (1 GB+).

You can easily put in a progress bar by monitoring the web request sent off in the .NET code, but as to me officially implementing one, I don't like them, and don't feel like any kind of application should have one.