changelog and final build

This commit is contained in:
2026-05-29 13:50:09 +08:00
parent 80f155dfe8
commit 2ca858cfa4
10 changed files with 129 additions and 77 deletions

View File

@@ -114,6 +114,7 @@ if ($Standalone) {
$exeOut = Join-Path $distDir $exeName
go build -ldflags="-s -w -H windowsgui -X main.AppVersion=$version" -trimpath -o $exeOut .
if ($LASTEXITCODE -ne 0) { Write-Error "go build failed"; exit 1 }
Copy-Item -Path (Join-Path $repoRoot "README.md") -Destination (Join-Path $distDir "README.md") -Force
$summary += [pscustomobject]@{
Artifact = $exeName