diff --git a/src/commands/launch.rs b/src/commands/launch.rs index 44447cb..24e8c74 100644 --- a/src/commands/launch.rs +++ b/src/commands/launch.rs @@ -322,6 +322,8 @@ impl LaunchCommand { info!("Wrote versiondata with version {}", release_version); } + launch_ui.set_progress_text("Finishing up"); + Ok(()) } }