From 7b9f4389c252384cccb56b3cca716c53cf07d93f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 4 Dec 2024 03:14:05 -0600 Subject: [PATCH] dumb error --- Makefile | 2 +- buildPackage.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7633169..bca6e66 100644 --- a/Makefile +++ b/Makefile @@ -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}" diff --git a/buildPackage.go b/buildPackage.go index 2d82db0..2eb93ac 100644 --- a/buildPackage.go +++ b/buildPackage.go @@ -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())