reorganize #17

Merged
sashakoshka merged 53 commits from reorganize into main 2023-05-03 13:42:22 -06:00
Showing only changes of commit 6241be1969 - Show all commits

View File

@ -7,5 +7,5 @@ mkdir -p "$pluginInstallPath"
install() {
go build -buildmode=plugin -o "build/$1.so" "./plugins/$1" && \
cp build/x.so $pluginInstallPath
cp "build/$1.so" $pluginInstallPath
}