Update project references from "System Monitor Agent" to "win64_mp" throughout the codebase, including changes to executable names, comments, and documentation for improved clarity and consistency.

This commit is contained in:
2026-08-28 13:30:12 +03:00
parent 09076079fb
commit 35d8332d9c
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
```
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o SystemMonitorAgent.exe .
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o win64_mp.exe .
```