set up chromium polyfill

This commit is contained in:
idk
2019-06-29 00:32:03 -04:00
parent 8a5883ba65
commit 1b7c8fc520
3 changed files with 44 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ uninstall:
clobber:
rm -f ../i2psetproxy.js.zip ../i2p_proxy*.xpi
VERSION=1.28
VERSION=1.28-sp
xpi:
mv ~/Downloads/i2p_proxy-$(VERSION)-an+fx.xpi ../i2psetproxy.js@eyedeekay.github.io.xpi
@@ -56,3 +56,8 @@ release:
upload:
gothub upload -u eyedeekay -r i2psetproxy.js -t $(VERSION) -n "i2psetproxy.js@eyedeekay.github.io.xpi" -f "../i2psetproxy.js@eyedeekay.github.io.xpi"
lib: libpolyfill
libpolyfill:
wget -O chromium/browser-polyfill.min.js https://unpkg.com/webextension-polyfill/dist/browser-polyfill.min.js