mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
* [packaging] switch to pnpm * Bump compiler version * Change pnpm store in docker build --------- Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com> Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| common | ||
| goraw | ||
| gorpc | ||
| js | ||
| python | ||
| react-component | ||
| README.md | ||
Building
From the base stash source directory:
go build -tags=plugin_example -o plugin_goraw.exe ./pkg/plugin/examples/goraw/...
go build -tags=plugin_example -o plugin_gorpc.exe ./pkg/plugin/examples/gorpc/...
Place the resulting binaries together with the yml files in the plugins subdirectory of your stash directory.