mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-19 07:26:37 +00:00
9 lines
140 B
Bash
Executable File
9 lines
140 B
Bash
Executable File
#! /bin/sh
|
|
set -x
|
|
|
|
(cd proto && ./update.sh)
|
|
(cd webui && npm run build)
|
|
rm -f resticui
|
|
go build ./cmd/resticui
|
|
rice append --exec resticui
|