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

package script

上级 3a43a703
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 release/ztf-2.0.beta1.exe src/ztf.go
GO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o release/ztf-linux-2.0.beta1 src/ztf.go
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o release/ztf-mac-2.0.beta1 src/ztf.go
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o release/ztf.exe src/ztf.go
GO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o release/ztf-linux src/ztf.go
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o release/ztf-mac src/ztf.go
rm -rf ztf/demo
rm -rf ztf/conf
rm -rf ztf/log
mkdir ztf/log
cp -r conf ztf/
cp -r demo ztf/
zip -r ztf/ztf-win-2.0.beta1.zip ztf/ztf.exe ztf/demo ztf/conf ztf/log
zip -r ztf/ztf-linux-2.0.beta1.zip ztf/ztf-linux ztf/demo ztf/conf ztf/log
zip -r ztf/ztf-mac-2.0.beta1.zip ztf/ztf-mac ztf/demo ztf/conf ztf/log
error_log(json_encode($_POST, JSON_FORCE_OBJECT));
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册