That-One-Nerd / Graphing

A fairly adept graphing calculator made in Windows Forms.
3 stars 0 forks source link

Make an update checker in the form UI. #19

Closed That-One-Nerd closed 4 months ago

That-One-Nerd commented 5 months ago

Don't really feel like working on this for now. I'll continue it later. The problem here is that I don't want to make an additional executable to download the stuff. I want it to just be one DLL file. And I think I can if I download the file and prepare it and everything and then set up an automatic task to copy the file as soon as the program closes and then re-run it. We'll see how it goes.

That-One-Nerd commented 5 months ago

I dunno, might cancel this. We'll see.

That-One-Nerd commented 4 months ago

I know what I'll do. Maybe an auto-updater will come later. It'll be a pop-up on the main form.

That-One-Nerd commented 4 months ago

I'm pretty happy with this. The whole "auto updater" thing is not particularly suitable for a program you would then have to re-compile with possibly breaking changes made to the library. This is good for now. Maybe a better popup in the future?