tauri/.changes/child-process-cleanup.md

6 lines
170 B
Markdown

---
"tauri": patch
---
Kill child processes spawned with `tauri::api::process::Command` on `tauri::App` drop. Can be skipped with `tauri::Builder#skip_cleanup_on_drop`.