Switch make file back to XPI

This commit is contained in:
rugk 2018-11-11 18:42:35 +01:00
parent 8e863ee97f
commit dc0911dd8c
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D

View file

@ -13,7 +13,7 @@ cp "./scripts/manifests/firefox.json" "./src/manifest.json" || exit
# create zip # create zip
cd src || exit cd src || exit
zip -r -FS "../build/$EXTENSION_NAME.zip" ./* --exclude "tests/*" zip -r -FS "../build/$EXTENSION_NAME.xpi" ./* --exclude "tests/*"
# revert changes # revert changes
mv LICENSE.md ../LICENSE.md mv LICENSE.md ../LICENSE.md