Skip to content

DvalinCode v0.4.2 — Windows binary asset path fix

Choose a tag to compare

@arthurpanhku arthurpanhku released this 12 Jun 05:07
· 13 commits to main since this release

Bugfix release for Windows binary startup.

Fixes #17.

Highlights:

  • Fixed Windows Bun compiled binary detection for the virtual ~BUN source path.
  • Windows now resolves the bundled frontend from the extracted executable directory (web/dist) instead of B:~BUN\root\web\dist.
  • Rebuilt all release archives from the patched source.
  • macOS archives continue to include a DvalinCode.app launcher with the project logo as the app icon.

Note: Bun currently only supports Windows exe icon/metadata injection when compiling on Windows, so the cross-compiled Windows artifact is rebuilt but does not include an embedded exe icon.

Verification:

  • npm run check: 10 test files, 56 tests passed.
  • SHA256SUMS.txt verified locally before upload.

Full Changelog: v0.4.1...v0.4.2