Files
go-ts/scripts/run.ps1

8 lines
377 B
PowerShell
Raw Permalink Normal View History

$env:PATH = "D:\esto_al_path\msys64\mingw64\bin;$env:PATH"
$env:PKG_CONFIG_PATH = "D:\esto_al_path\msys64\mingw64\lib\pkgconfig"
Write-Host "Starting TeamSpeak Client (Windows Native)..." -ForegroundColor Cyan
# go run ./cmd/client/main.go --server localhost:9987
# go run ./cmd/example --server localhost:9987
go run ./cmd/tui --server 127.0.0.1:9987 --nickname Adam --debug