finally a semi-universal fix for the android issues

This commit is contained in:
idk
2019-05-03 18:40:46 -04:00
parent d3caa41ead
commit 0ab95a5cb4
3 changed files with 48 additions and 29 deletions

View File

@@ -46,3 +46,11 @@ profile-install:
sudo cp ./i2psetproxy.js@eyedeekay.github.io.xpi /usr/local/lib/firefox.profile.i2p/firefox.profile.i2p/extensions/
pi: profile-install
DESC="A simple plugin for configuring an i2p browser."
release:
gothub release -u eyedeekay -r i2psetproxy.js -t $(VERSION) -n $(VERSION) -d $(DESC)
upload:
gothub upload -u eyedeekay -r i2psetproxy.js -t $(VERSION) -n "i2psetproxy.js@eyedeekay.github.io.xpi" -f "../i2psetproxy.js@eyedeekay.github.io.xpi"