mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-30 17:48:50 +02:00
chore(updater): use keep from tempfile 3.20 (#3229)
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user