diff --git a/scripts/safesightd.ps1 b/scripts/safesightd.ps1 index b208e57..63e6f00 100644 --- a/scripts/safesightd.ps1 +++ b/scripts/safesightd.ps1 @@ -85,7 +85,7 @@ function Invoke-Build { Write-Info "编译 safesightd.exe ..." Push-Location $rootDir try { - & go build -o $exePath .\cmd\managerd + & go build -o $exePath .\cmd\safesightd if ($LASTEXITCODE -ne 0) { throw "go build failed with exit code $LASTEXITCODE" }