chore(updater): use keep from tempfile 3.20 (#3229)

This commit is contained in:
Tony
2026-01-22 11:40:43 +08:00
committed by GitHub
parent 61e9b0ab64
commit 69a9d5771c
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -892,7 +892,7 @@ impl Update {
Ok(tempfile::Builder::new()
.prefix(&format!("{}-{}-updater-", self.app_name, self.version))
.tempdir()?
.into_path())
.keep())
}
#[cfg(feature = "zip")]