Updaing the launcher?

BlitzMax Forums/BlitzMax Programming/Updaing the launcher?

Caton(Posted 2016) [#1]
I can update the game by downloading game files from url
but how can I update the launcher if it is running?


xlsior(Posted 2016) [#2]
You can't directly, if that is something you need to do, then you need another program to do the update, e.g.:

Launcher spawns a new process, updater, then closes itself. Updater waits for launcher to quit, then updates launcher. Re-launch launcher, quit updater.