Commit e449eea7 by 浔阳陌客

init

parent b6c875d1
......@@ -6,5 +6,5 @@ for i in "${os[@]}" ;do
test "$i" == "darwin" && ext="macos"
test "$i" == "linux" && ext=$i
CGO_ENABLED=0 GOOS="$i" GOARCH=amd64 go build -o release/caut_"$ext" -a *.go
openssl sha256 release/caut_"$ext" >release/caut_"$ext"_sha.txt
openssl sha256 release/caut_"$ext" >release/caut_"$ext"_sha256.txt
done
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment