matthewkaney / text.management

Experimental Live Code Editor
GNU General Public License v3.0
45 stars 2 forks source link

Auto-update #45

Open matthewkaney opened 1 year ago

matthewkaney commented 1 year ago

Mac OS and Windows have support for an auto-update mechanism. It should be pretty easy to implement—it uses GitHub releases by default, and just requires hooking into a few lifecycle events.

Blocked by #44

matthewkaney commented 11 months ago

Actually, it would seem that the Mac updater requires code signing, but the Windows one doesn't, so this is probably good to go? It can't really be tested except by hosting a local update server, so I may just wind up deploying it and hoping it works.