Files
backrest/scripts/build.sh
2023-12-22 09:06:23 +00:00

8 lines
110 B
Bash
Executable File

#! /bin/sh
set -x
(cd webui && npm i && npm run build)
rm -f backrest
go build .
rice append --exec backrest