undo wrong change

This commit is contained in:
idk
2019-10-06 22:11:23 -04:00
parent 73943f9d43
commit e6f1fbbe8b
10 changed files with 8609 additions and 1012 deletions

View File

@@ -63,7 +63,7 @@ upload:
lib: libpolyfill
libpolyfill:
wget -O chromium/browser-polyfill.min.js https://unpkg.com/webextension-polyfill/dist/browser-polyfill.min.js
wget -O chromium/browser-polyfill.js https://unpkg.com/webextension-polyfill/dist/browser-polyfill.js
fmt:
find . -path ./node_modules -prune -o -name '*.js' -exec prettier --write {} \;
@@ -71,7 +71,7 @@ fmt:
deborig:
rm -rfv ../i2psetproxy.js-$(VERSION)
cp -rv . ../i2psetproxy.js-$(VERSION)
tar --exclude='./.git' -cvzf ../i2psetproxy.js-$(VERSION).tar.gz .
tar --exclude='./.git' --exclude="./node_modules" -cvzf ../i2psetproxy.js-$(VERSION).tar.gz .
deb: deborig
cd ../i2psetproxy.js-$(VERSION) && debuild -us -uc -rfakeroot