This commit is contained in:
2026-08-27 23:24:09 +02:00
parent b3ecbb854c
commit b86149851d
+1
View File
@@ -41,6 +41,7 @@ pub async fn flatpak_bundle(
}
// Create a tmpfile
// TODO: ensure tmp_file is cleaned up on early return
let (tmp_path, mut tmp_file) = block_in_place(|| {
let mut file = NamedTempFile::new()?;
file.disable_cleanup(true);