update binary.sh

This commit is contained in:
Henrique Dias 2017-03-25 19:49:15 +00:00
parent 94c8330e77
commit 0a2b945f90
2 changed files with 4 additions and 2 deletions

View file

@ -4,3 +4,5 @@ go get github.com/jteeuwen/go-bindata/go-bindata
go get github.com/bountylabs/gitversion
go-bindata -pkg assets -prefix "_embed" -o assets/binary.go _embed/templates/... _embed/public/js/... _embed/public/css/... _embed/public/ace/src-min/...
gitversion -s -o page/version.go -p page
git add -A