Commit c2e6ceb
Bundle vcpkg transitive DLLs in Windows installer
The vcpkg-built realsense2.dll links against vcpkg lz4, so the app
fails to start without lz4.dll alongside it. Copy all DLLs from the
vcpkg bin dir into the NSIS payload to pick up lz4 and any future
transitive deps.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d03debd commit c2e6ceb
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
290 | 294 | | |
291 | 295 | | |
292 | 296 | | |
| |||
0 commit comments