Commit 59b9a13
fix: dynamically resolve OpenTUI version in bundle packager
The OpenTUI native library path was hardcoded to version 0.1.74, which
broke CI when a different version was installed. Use Bun.Glob to find
the installed version at build time.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 90ce22c commit 59b9a13
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
0 commit comments