Add build script for cross-compiling Windows executable. Update README to reflect new build process and optional output name.

This commit is contained in:
2026-08-29 18:15:55 +03:00
parent b6cb25a0f4
commit 3c43b70fb4
2 changed files with 12 additions and 2 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
```
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o win64_mp.exe .
```
./scripts/build.sh
```
Optional output name: `./scripts/build.sh localagent.exe`