mirror of
https://github.com/kopia/kopia.git
synced 2026-01-23 13:58:08 -05:00
* Replace htmlui_fallback.go with go:embed * Replace go-bindata generated UI with go:embed * Update site Go version to 1.16 * Update BUILD.md to reflect workflow with go:embed
9 lines
147 B
Batchfile
9 lines
147 B
Batchfile
@echo Building HTML UI...
|
|
|
|
pushd htmlui
|
|
call build.cmd
|
|
popd
|
|
|
|
@echo Building binary...
|
|
go build -o kopia.exe -tags embedhtml github.com/kopia/kopia
|