mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-15 18:15:37 +00:00
8 lines
110 B
Bash
Executable File
8 lines
110 B
Bash
Executable File
#! /bin/sh
|
|
set -x
|
|
|
|
(cd webui && npm i && npm run build)
|
|
rm -f resticui
|
|
go build .
|
|
rice append --exec resticui
|