Ohg my god

This commit is contained in:
Sasha Koshka 2023-05-02 23:21:12 -04:00
parent 9588996bd8
commit 6241be1969
1 changed files with 1 additions and 1 deletions

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
}