summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 23:09:18 -0600
committerJeff Carr <[email protected]>2024-01-15 23:09:18 -0600
commit8ef3fc7a73a004385d36561c6c8acc4be7e3e24b (patch)
treec7450fceae987bcecd050e638176d95a4676b928 /plugin.go
parentaa491036c319beb8326fc422a0efdadf7337cda5 (diff)
named in honor of the mac/os and Bruce Hornv0.12.10
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go2
1 files changed, 1 insertions, 1 deletions
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"