[tor-commits] [meek/master] Makefile for building .xpi.
dcf at torproject.org
dcf at torproject.org
Wed Aug 28 05:59:18 UTC 2019
commit b7ea0b9340d9fedf9840cc1889329f72b631fe22
Author: David Fifield <david at 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/Package_your_extension_
+meek-http-helper at bamsoftware.com.xpi: manifest.json background.js
+ rm -f "$@"
+ zip -9 -X "$@" $^
More information about the tor-commits
mailing list