You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
294 B
Markdown
10 lines
294 B
Markdown
## Build
|
|
```shell
|
|
cd base; find base -type f -exec zip out/artifacts/firefox/extension.crx {} +
|
|
find firefox -type f -exec zip out/artifacts/firefox/extension.crx {} +
|
|
zip -r out/artifacts/firefox/extension.crx base/* firefox/*
|
|
```
|
|
|
|
## Prerequisites
|
|
- Chromium based Browser (Chrome, Edge, ..)
|