mirror of https://github.com/stashapp/stash.git
![]() * Bump Go to 1.17, refactor build/x86_64 Dockerfile to make better use of multi-stage * Bump to 1.17 from 1.16 * Bump packr version, provide needed legacy env var * Add apple silicon support, fix macos build chain * Update unused travis ci |
||
---|---|---|
.. | ||
common | ||
goraw | ||
gorpc | ||
js | ||
python | ||
README.md |
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.