include all the toolkits

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-07 13:48:49 -06:00
parent 3961caa179
commit 5535418b64
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ no-gui: build
build:
-rm resources/*.so
touch resources/blank.so
# embed the andlabs plugin
-cp -a ~/go/src/go.wit.com/toolkits/andlabs.so resources/
-cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ # embed the toolkit plugins
GO111MODULE="off" go build -v \
-ldflags "-X main.VERSION=${VERSION} -X gui.GUIVERSION=${VERSION}"