wails/v3/internal/flags
Lea Anthony 4097aa363b
feat(v3): add -tags flag to wails3 build command (#4968)
Allow users to pass custom build tags via `wails3 build -tags gtk4`
instead of requiring Taskfile modifications. Tags are forwarded as
EXTRA_TAGS to platform Taskfiles and appended to the go build command
alongside the existing production tag.

Works for both native and Docker cross-compilation builds.

Closes #4957

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 18:48:34 +11:00
..
bindings.go [v3] Typed Events, revisited (#4633) 2025-11-11 20:25:57 +11:00
bindings_test.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
common.go [v3] Initial template support (likely to change) 2023-01-22 15:39:57 +11:00
init.go [v3] Typed Events, revisited (#4633) 2025-11-11 20:25:57 +11:00
lipo.go feat(v3): add cross-platform build system and signing support 2025-12-06 13:53:37 +11:00
msix.go Add MSIX packaging support for Windows applications 2025-06-14 21:23:59 +10:00
package.go Add MSIX packaging support for Windows applications 2025-06-14 21:23:59 +10:00
service.go Fix service generation text 2024-10-30 22:13:41 +11:00
sign.go feat(v3): add cross-platform build system and signing support 2025-12-06 13:53:37 +11:00
signing.go feat(v3): add cross-platform build system and signing support 2025-12-06 13:53:37 +11:00
task_wrapper.go feat(v3): add -tags flag to wails3 build command (#4968) 2026-02-07 18:48:34 +11:00