mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
* Fix macOS CLI daemon relaunch path * test(cli): mock helper existence in daemon launch test * fix(desktop): launch packaged CLI through Helper The packaged macOS CLI shim entered through the main app executable, so daemon supervision inherited app lifecycle behavior and surfaced Dock icons. Make Helper the required macOS CLI runtime, keep daemon relaunches on process.execPath, and cover cold bundled CLI daemon starts in release smoke. --------- Co-authored-by: Mohamed Boudra <boudra.moha@gmail.com>