Embed app icon and polish Windows build

This commit is contained in:
mixeme
2026-06-14 23:53:08 +03:00
parent a9d1d9529e
commit 59718e21b4
9 changed files with 24 additions and 28 deletions
-2
View File
@@ -9,7 +9,5 @@ export GOOS=linux
export GOARCH=amd64
go build -trimpath -ldflags "-s -w" -o "$output" ./cmd/pysentry
rm -rf "$(dirname "$output")/assets"
cp -R assets "$(dirname "$output")/assets"
echo "Built $output"