[PR #2590] fix(dev): build tui with correct file ext for windows #10365

Closed
opened 2026-02-16 18:15:00 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2590

State: closed
Merged: Yes


Running bun run dev on Windows currently fails since the intermediate tui built by go build doesn't have the .exe file extension. This PR fixes that by adding the .exe extension when the running platform is Windows

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2590 **State:** closed **Merged:** Yes --- Running `bun run dev` on Windows currently fails since the intermediate `tui` built by `go build` doesn't have the `.exe` file extension. This PR fixes that by adding the `.exe` extension when the running platform is Windows
yindo added the pull-request label 2026-02-16 18:15:00 -05:00
yindo closed this issue 2026-02-16 18:15:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10365