commit 58ed0ebb0f4a9f7f09ef925fd85a1af0d42c700b parent b475cb89361fe0a7074ae42deb512ccdd7ca2fb3 Author: Michael Savage <mikejsavage@gmail.com> Date: Sat Jul 15 23:08:55 +0300 Update the version in the launcher UI after an update Diffstat:
launcher/main.cc | | | 1 | + |
diff --git a/launcher/main.cc b/launcher/main.cc @@ -558,6 +558,7 @@ static WORK_QUEUE_CALLBACK( install_update ) { set_registry_key( HKEY_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Medfall", "EstimatedSize", clamp_u32( updater->game_size / 1024 ) ); #endif + updater->local_version = version; updater->state = UPDATER_READY; glfwPostEmptyEvent();