Commit a80b192
committed
fix(paths): add macOS branch to install_dir() (helper bin folder)
install_dir() (where auto-downloaded helpers like go2rtc land) had Windows and
Linux branches but no macOS one, so on macOS it fell through to a relative "bin"
path — a go2rtc download would land in the current working directory instead of
the app-data folder. Add the macOS branch mirroring resolve_db_path/
resolve_log_dir: ~/Library/Application Support/kite-gc/bin.
Co-Authored-By: Claude Opus 4.81 parent 770fa33 commit a80b192
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
61 | 71 | | |
62 | 72 | | |
63 | 73 | | |
| |||
0 commit comments