feat(shell): ensure launched processes are detached (#463)

* feat(shell): ensure launched processes are detached

ref: https://github.com/tauri-apps/tauri/issues/6849

* change file
This commit is contained in:
Amr Bashir
2023-07-04 14:30:22 +03:00
committed by GitHub
parent 5fd597ddaf
commit 52ef0addd8
3 changed files with 10 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"shell": patch
---
Ensure the launched process is detached so it can out-live your tauri app and does not shutdown with it.