Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 32dad8f

Browse files
committed
v0.1.7
1 parent 5e89396 commit 32dad8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ go get github.com/go-bindata/go-bindata/...
88
go get github.com/elazarl/go-bindata-assetfs/...
99
go-bindata -fs -prefix "WebPageBuild/" WebPageBuild/
1010
go-bindata-assetfs WebPageBuild/...
11-
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o Robot_Monitor_Web_linux
12-
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o Robot_Monitor_Web_mac
13-
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o Robot_Monitor_Web_windows.exe
11+
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o Robot_Monitor_Web_linux
12+
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags="-w -s" -o Robot_Monitor_Web_mac
13+
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags="-w -s" -o Robot_Monitor_Web_windows.exe
1414
zip Robot_Monitor_Web_linux.zip Robot_Monitor_Web_linux
1515
zip Robot_Monitor_Web_mac.zip Robot_Monitor_Web_mac
1616
zip Robot_Monitor_Web_windows.zip Robot_Monitor_Web_windows.exe

0 commit comments

Comments
 (0)