Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking committed Mar 25, 2021
1 parent 5f43bb6 commit 80ddf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/mad/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ CGO_ENABLED=0 GOOS=openbsd GOARCH=arm64 go build -ldflags="-w -s" -o _/mad_openb
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags="-w -s" -o _/mad_windows_amd64.exe
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags="-w -s" -o _/mad_windows_386.exe

mad release github.com/txthinking/mad $1 _
nami release github.com/txthinking/mad $1 _

rm -rf _

0 comments on commit 80ddf4e

Please sign in to comment.