update the extensions

This commit is contained in:
idk
2019-03-03 23:33:56 -05:00
parent a53fd94701
commit af50fd8a84
4 changed files with 8 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ clobber:
rm -f ../i2psetproxy.js.zip ../i2p_proxy*.xpi
xpi:
mv ~/Downloads/i2p_proxy*.xpi ../i2psetproxy.js@eyedeekay.github.io.xpi
mv ~/Downloads/i2p_proxy-$(VERSION)-an+fx.xpi ../i2psetproxy.js@eyedeekay.github.io.xpi
cp:
cp ../i2psetproxy.js@eyedeekay.github.io.xpi ./i2psetproxy.js@eyedeekay.github.io.xpi
@@ -29,7 +29,7 @@ cp:
VERSION=1.15
version:
sed -i 's|$(shell grep "\"version\": " manifest.json)| \"version\": $(VERSION)|g' manifest.json
sed -i 's|$(shell grep "\"version\": " manifest.json)| \"version\": \"$(VERSION)\",|g' manifest.json
zip: version
zip --exclude="./i2psetproxy.js@eyedeekay.github.io.xpi" \