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

fix the bug of path with space

上级 e3069f13
......@@ -7,6 +7,7 @@ cp -r demo ztf/
go-bindata -o=res/res.go -pkg=res res/ res/doc res/json res/template
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ztf/ztf.exe src/ztf.go
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -o ztf/ztf.exe src/ztf-386.go
GO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ztf/ztf-linux src/ztf.go
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o ztf/ztf-mac src/ztf.go
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册