From cb3f7eb09c0a17616733d7c12fb29d035ad716e3 Mon Sep 17 00:00:00 2001 From: Tyler Dammann Date: Wed, 11 Feb 2026 17:56:47 -0800 Subject: [PATCH] Fix: Update app name for auto-update --- src/upgrade.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upgrade.rs b/src/upgrade.rs index 1d06489..09b6d66 100644 --- a/src/upgrade.rs +++ b/src/upgrade.rs @@ -29,7 +29,7 @@ pub async fn auto_update() -> Result<()> { // Automatically update using axoupdater // This uses the install receipt created by cargo-dist - match AxoUpdater::new_for("detail").load_receipt() { + match AxoUpdater::new_for("detail-cli").load_receipt() { Ok(updater) => { match updater.run().await { Ok(update_result) => {