mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
work on getting it signed on Windows
This commit is contained in:
@@ -245,5 +245,11 @@ checkinstall: version
|
||||
--deldesc=yes \
|
||||
--backup=no
|
||||
|
||||
su3:
|
||||
su3-tools -name "I2P-Profile-Installer-$(PROFILE_VERSION)" -signer "$(SIGNER)" -version "$(I2P_VERSION)"
|
||||
GOPATH=$(HOME)
|
||||
|
||||
$(GOPATH)/src/i2pgit.org/idk/su3-tools/su3-tools:
|
||||
git clone https://i2pgit.org/idk/su3-tools $(GOPATH)/src/i2pgit.org/idk/su3-tools
|
||||
cd $(GOPATH)/src/i2pgit.org/idk/su3-tools && go build && go install
|
||||
|
||||
su3: $(GOPATH)/src/i2pgit.org/idk/su3-tools/su3-tools
|
||||
$(GOPATH)/src/i2pgit.org/idk/su3-tools/su3-tools -name "I2P-Profile-Installer-$(PROFILE_VERSION)" -signer "$(SIGNER)" -version "$(I2P_VERSION)"
|
||||
|
||||
Reference in New Issue
Block a user