Files
go-ts/run.ps1
2026-01-15 21:35:23 +01:00

6 lines
263 B
PowerShell

$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