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 filepull/527/head
parent
5fd597ddaf
commit
52ef0addd8
@ -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.
|
Loading…
Reference in new issue