Jarock 0.0.132-beta
Pre-release
Pre-release
·
12 commits
to main
since this release
Changes in this release
- 7844550 v0.0.132-beta: fix TUI workspace copy
- 408a7af v0.0.131-beta: include supplied TUI icon assets
- 5639fbf v0.0.130-beta: use supplied TUI ICO
Changelog
[0.0.132-beta]
- Fixed the Windows TUI autorelease workspace copy: the workflow now creates
C:\\jarock-tui-build\\tuiexplicitly and copies the TUI project contents into it before running Bun. The previous copy placed the project at the workspace root while the install step looked for a missingtuisubdirectory, causingbun installto fail immediately. - Added pre-install checks for
package.jsonandbun.lockso an incorrect workspace layout produces a clear diagnostic instead of a generic Bun failure. The supplied TUI icons and dependency lockfile remain unchanged.