Files
2025-08-12 23:39:37 +02:00

5 lines
85 B
PowerShell

go build -o BroadcastBox.exe
if ($LASTEXITCODE -eq 0) {
.\BroadcastBox.exe $args
}