used forge to pull down ever repo

This commit is contained in:
Jeff Carr 2024-12-03 01:56:31 -06:00
parent edf533f08b
commit 5c08680b92
2 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@ build:
echo "build it!"
@# copy the toolkits into the binary during debugging
-rm resources/*.so
cp -a ~/go/src/go.wit.com/toolkits/*.so resources/
cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/
GO111MODULE=off go build -v -x \
-ldflags " \
-X main.VERSION=${VERSION}"

View File

@ -62,6 +62,9 @@ func globalDisplayOptions(vbox *gui.Node) {
tagsW.win.Toggle()
}
})
group1.NewButton("forge ConfigSave()", func() {
me.forge.ConfigSave()
})
}
func debuggerBox(vbox *gui.Node) {