mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
7 lines
268 B
Bash
7 lines
268 B
Bash
#!/bin/sh
|
|
|
|
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 -ignore=.*ace.* _embed/... _embed/public/js/vendor/ace/src-min/...
|
|
gitversion -s -o page/version.go -p page
|