We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d07c90 commit b56111bCopy full SHA for b56111b
scripts/make.sh
@@ -13,7 +13,7 @@ cp "./scripts/manifests/firefox.json" "./src/manifest.json" || exit
13
14
# create zip
15
cd src || exit
16
-zip -r -FS "../build/$EXTENSION_NAME.zip" ./* --exclude "tests/*"
+zip -r -FS "../build/$EXTENSION_NAME.xpi" ./* --exclude "tests/*"
17
18
# revert changes
19
mv LICENSE.md ../LICENSE.md
0 commit comments