dumb error

This commit is contained in:
Jeff Carr 2024-12-04 03:14:05 -06:00
parent bcd19ae72b
commit 7b9f4389c2
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ auto-build: build
build:
-rm resources/*.so
touch resources/blank.so
-cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ # embed the toolkit plugins
-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 main.DATE=${DATE} -X gui.GUIVERSION=${VERSION}"

View File

@ -102,7 +102,6 @@ func (c *controlBox) buildPackage() (bool, error) {
return false, errors.New("go build")
}
log.Warn("go build worked")
return true, nil
}
filebase := filepath.Base(c.pathL.String())