Switch make file back to XPI
This commit is contained in:
parent
8e863ee97f
commit
dc0911dd8c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ cp "./scripts/manifests/firefox.json" "./src/manifest.json" || exit
|
|||
|
||||
# create zip
|
||||
cd src || exit
|
||||
zip -r -FS "../build/$EXTENSION_NAME.zip" ./* --exclude "tests/*"
|
||||
zip -r -FS "../build/$EXTENSION_NAME.xpi" ./* --exclude "tests/*"
|
||||
|
||||
# revert changes
|
||||
mv LICENSE.md ../LICENSE.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue