Skip to content

Fix .app bundle assembly after wails -production build - #5

Merged
xgitqa merged 1 commit into
mainfrom
claude/pensive-goldberg-HeVhj
Jun 3, 2026
Merged

Fix .app bundle assembly after wails -production build#5
xgitqa merged 1 commit into
mainfrom
claude/pensive-goldberg-HeVhj

Conversation

@xgitqa

@xgitqa xgitqa commented Jun 3, 2026

Copy link
Copy Markdown
Owner

wails build -production outputs a raw binary at build/bin/xbar, not inside an .app bundle. This caused the archive step to fail with "No such file or directory".

Fix: add an explicit bundle assembly step after the wails build in both arm64 and amd64 jobs that creates Contents/MacOS/ and copies the binary + Info.plist in.


Generated by Claude Code

wails build -production outputs a raw binary at build/bin/xbar, not
inside an .app bundle. Manually assemble Contents/MacOS structure so
the archive and lipo steps find the binary at the expected path.

https://claude.ai/code/session_01G7j2aLeEq2UnA2oNMzg7ra
@xgitqa
xgitqa merged commit b3e1e90 into main Jun 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants