Fix pluginization.

This commit is contained in:
idk
2022-02-08 19:51:18 -05:00
parent e88e54f472
commit 776a3c1528

View File

@ -68,7 +68,7 @@ dep:
cp "$(HOME)/build/shellservice.jar" tor-browser/lib/shellservice.jar -v cp "$(HOME)/build/shellservice.jar" tor-browser/lib/shellservice.jar -v
su3: su3:
i2p.plugin.native -name=$(BINARY) \ i2p.plugin.native -name=$(BINARY)-$(GOOS)-$(GOARCH) \
-signer=$(SIGNER) \ -signer=$(SIGNER) \
-version "$(VERSION)" \ -version "$(VERSION)" \
-author=$(SIGNER) \ -author=$(SIGNER) \