cli/pkg/build
Snider 0237edeb0d feat(build): add Wails v3 builder for desktop app cross-compilation
Add WailsBuilder to pkg/build/builders:
- Auto-detect frontend package manager (bun > pnpm > yarn > npm)
- Install dependencies and build frontend automatically
- Cross-compile with wails3 CLI for all target platforms
- Platform-specific artifact detection (NSIS/DMG/binary)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 18:16:57 +00:00
..
builders feat(build): add Wails v3 builder for desktop app cross-compilation 2026-01-28 18:16:57 +00:00
testdata feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
archive.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
archive_test.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
build.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
checksum.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
checksum_test.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
config.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
config_test.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
discovery.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
discovery_test.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
go.mod feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
go.sum feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00