Commit 122b452
fix(setup): unload LaunchAgent before reloading to replace stale binary path
launchctl load silently fails if the label is already running. On update,
the old LaunchAgent (potentially pointing to a different install path like
~/.marionette/app/) would keep KeepAlive-restarting the old binary instead
of the newly installed one. Unload first to ensure the new path takes effect.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3c70534 commit 122b452
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
0 commit comments