diff --git a/src/main.rs b/src/main.rs index 74ba750..8bd4316 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,6 +4,8 @@ use axoupdater::AxoUpdater; struct CliArgs {} fn real_main(_cli: &CliApp) -> Result<(), miette::Report> { + eprintln!("Checking for updates..."); + if AxoUpdater::new_for_updater_executable()? .load_receipt()? .run()?