From 8f7467bb636312d63260d1e1a9dadfa7eb8079ea Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Sun, 26 Jul 2026 13:36:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20safesightd.ps1=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=85=A5=E5=8F=A3=E6=94=B9=E4=B8=BAcmd/safesightd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/safesightd.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }