Skip to content

Commit

Permalink
feat: print when checking for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Feb 16, 2024
1 parent 99149c1 commit 5c60c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use axoupdater::AxoUpdater;
struct CliArgs {}

fn real_main(_cli: &CliApp<CliArgs>) -> Result<(), miette::Report> {
eprintln!("Checking for updates...");

if AxoUpdater::new_for_updater_executable()?
.load_receipt()?
.run()?
Expand Down

0 comments on commit 5c60c0a

Please sign in to comment.