mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-30 22:26:42 +00:00
The default Windows build links the binary as a GUI subsystem app, so stdout/stderr is detached from the launching terminal — invisible logrus output makes tray and event-stream bugs hard to chase. Add a sibling task that links as console subsystem and writes a separately-named binary so the production output is preserved. Usage: CGO_ENABLED=1 task windows:build:console bin\netbird-ui-console.exe # logs print to the launching cmd/PowerShell