
28 Aug
2019
28 Aug
'19
5:59 a.m.
commit b7ea0b9340d9fedf9840cc1889329f72b631fe22 Author: David Fifield <david@bamsoftware.com> Date: Tue Feb 19 14:27:10 2019 -0700 Makefile for building .xpi. --- webextension/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webextension/Makefile b/webextension/Makefile new file mode 100644 index 0000000..3db640f --- /dev/null +++ b/webextension/Makefile @@ -0,0 +1,4 @@ +# https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Packa... +meek-http-helper@bamsoftware.com.xpi: manifest.json background.js + rm -f "$@" + zip -9 -X "$@" $^
2118
Age (days ago)
2118
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org