mirror of
https://github.com/kopia/kopia.git
synced 2026-01-22 13:27:57 -05:00
This orchestrates building HTMLUI and main binary, only uses built-in shell script and avoids having any dependencies on Unix tools. Latest go and npm are required.
2 lines
113 B
Batchfile
2 lines
113 B
Batchfile
if not exist .tools\go-bindata.exe go build -o .tools\go-bindata.exe github.com/go-bindata/go-bindata/go-bindata
|