Renamed XPI build script, added info about it to readme.

This commit is contained in:
tastytea 2019-05-22 10:46:30 +02:00
parent 8b84429c94
commit 7661e5e39e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
4 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/build/
*.zip
*.xpi

View File

@ -111,10 +111,14 @@ You can run the tests with `ctest` inside the build directory. Install with
== Browser plugins
=== WebExtension
The
https://schlomp.space/tastytea/remwharead/src/branch/main/browser-plugins/webextension[WebExtension]
works in Firefox and possibly other browsers with WebExtension support. You
can install it from https://addons.mozilla.org/en-US/firefox/addon/remwharead/[addons.mozilla.org].
can install it from
https://addons.mozilla.org/en-US/firefox/addon/remwharead/[addons.mozilla.org]
or build it yourself with `build_xpi.sh`.
== Copyright

View File

@ -1,3 +0,0 @@
#!/bin/sh
zip -r -FS ../remwharead.zip * --exclude 'native-wrapper/*' --exclude build_package.sh

View File

@ -0,0 +1,3 @@
#!/bin/sh
zip -r -FS ../remwharead.xpi --exclude 'native-wrapper/*' --exclude build_xpi.sh -- *