Dashboard v2.0.0: #5

Open
alu wants to merge 32 commits from v2.0.0 into main
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 0822b9f26c - Show all commits
+1
View File
@@ -2,6 +2,7 @@
build: clean wfa-js
@echo "======================== Building Binary ======================="
mkdir -p dist
# resolve symbolic links in web by copying it into dist/web/
cp -rL web/ dist/web/
CGO_ENABLED=0 go build -tags release -ldflags="-s -w" -v -o dist/ .
+1 -1
Submodule WFA-JS updated: 05cd2d79df...13b522f6a0