提交 c2d02b72 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

upadate res path

上级 65206c8c
rm -rf build
mkdir build
go-bindata -o=res/res.go -pkg=res res/ res/doc
go-bindata -o=res/res.go -pkg=res res/ res/en res/zh
CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build -o build/zd-mac src/zd.go
\ No newline at end of file
rd /s/q build
mkdir build
go-bindata -o=res/res.go -pkg=res res/ res/doc
go-bindata -o=res/res.go -pkg=res res/ res/en res/zh
SET CGO_ENABLED=1
SET GOOS=windows
......
rm -rf build
mkdir build
go-bindata -o=res/res.go -pkg=res res/ res/doc
go-bindata -o=res/res.go -pkg=res res/ res/en res/zh
GO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o build/zd-linux src/zd.go
scp build/zd-linux* aaron@172.16.13.1:/Users/aaron/rd/project/zentao/go/zd/build
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册