mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: clean binary entries
This commit is contained in:
@@ -114,7 +114,7 @@ $backendTime = Measure-Command {
|
||||
}
|
||||
|
||||
Write-Host "Building $os/$arch to $output..." -f Blue
|
||||
&go build -trimpath -o $output -ldflags="$($ldFlags -join " ")" ./main.go | Out-Host
|
||||
&go build -trimpath -o $output -ldflags="$($ldFlags -join " ")" ./bin/memos/main.go | Out-Host
|
||||
if (!$?) {
|
||||
Write-Host -BackgroundColor red -ForegroundColor white "'go build' failed for $build ($outputBinary)!. See above."
|
||||
continue
|
||||
|
Reference in New Issue
Block a user