diff --git a/.changes/shell-detached.md b/.changes/shell-detached.md new file mode 100644 index 00000000..4d65f865 --- /dev/null +++ b/.changes/shell-detached.md @@ -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.