Commit 7dfd787
Kresna
feat(desktop): bundle ffmpeg as a sidecar (externalBin)
Re-enable externalBin "bin/ffmpeg" so recordings/conversions use a bundled
ffmpeg instead of a system install. The compile-time sidecar validation that
broke desktop-check before is handled: desktop-check stubs an empty sidecar
(cargo check never runs it), release.yml downloads the real per-target binary,
and beforeDev/BuildCommand auto-fetch it locally. ffmpeg_path() already prefers
the bundled binary next to the exe.1 parent dff57be commit 7dfd787
2 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments