mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-22 07:35:03 +00:00
update
This commit is contained in:
parent
b2e921e5a9
commit
7187de361b
1580 changed files with 560980 additions and 6 deletions
6
binary.sh
Normal file
6
binary.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue