Files
tauri-plugins-workspace/.changes/shell-detached.md
T
Amr Bashir 52ef0addd8 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
2023-07-04 14:30:22 +03:00

129 B

shell
shell
patch

Ensure the launched process is detached so it can out-live your tauri app and does not shutdown with it.