From 776a3c1528869bbfe76f7b51f574a95e1df8b13c Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 8 Feb 2022 19:51:18 -0500 Subject: [PATCH] Fix pluginization. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 203e4e2..c27a8b3 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ dep: cp "$(HOME)/build/shellservice.jar" tor-browser/lib/shellservice.jar -v su3: - i2p.plugin.native -name=$(BINARY) \ + i2p.plugin.native -name=$(BINARY)-$(GOOS)-$(GOARCH) \ -signer=$(SIGNER) \ -version "$(VERSION)" \ -author=$(SIGNER) \