Commit 33c3913
committed
fix: resolve Parakeet sidecar MLX module loading and build issues
- Fix MLX module collection in PyInstaller spec to include all required submodules
- Add proper collection of mlx._os_warning and other missing modules
- Update build script to use macOS-specific spec file
- Configure sidecar as background process with LSUIElement=1 (untested for focus issue)
- Set console=False in spec file to prevent console window creation
- Fix dashboard auto-open on dev server by setting visible=false in tauri.conf.json
Note: Window focus stealing issue may still exist - needs further testing1 parent ead96e3 commit 33c3913
File tree
3 files changed
+293
-156
lines changed- scripts
- src-tauri
- src/commands
3 files changed
+293
-156
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
29 | 40 | | |
30 | 41 | | |
31 | 42 | | |
| |||
0 commit comments