mirror of
https://github.com/Glimesh/broadcast-box.git
synced 2026-07-04 15:07:53 +00:00
5 lines
85 B
PowerShell
5 lines
85 B
PowerShell
go build -o BroadcastBox.exe
|
|
if ($LASTEXITCODE -eq 0) {
|
|
.\BroadcastBox.exe $args
|
|
}
|