From 8ef3fc7a73a004385d36561c6c8acc4be7e3e24b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 23:09:18 -0600 Subject: named in honor of the mac/os and Bruce Horn Signed-off-by: Jeff Carr --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin.go') diff --git a/plugin.go b/plugin.go index 50a1aca..42baead 100644 --- a/plugin.go +++ b/plugin.go @@ -117,7 +117,7 @@ func searchPaths(name string) *aplug { var err error // first try to load the embedded plugin file - filename = "plugins/" + name + ".so" + filename = "resources/" + name + ".so" pfile, err = me.resFS.ReadFile(filename) if (err == nil) { filename = "/tmp/" + name + ".so" -- cgit v1.2.3