Skip to content

Commit b56111b

Browse files
committed
build with xpi file extension again
1 parent 4d07c90 commit b56111b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cp "./scripts/manifests/firefox.json" "./src/manifest.json" || exit
1313

1414
# create zip
1515
cd src || exit
16-
zip -r -FS "../build/$EXTENSION_NAME.zip" ./* --exclude "tests/*"
16+
zip -r -FS "../build/$EXTENSION_NAME.xpi" ./* --exclude "tests/*"
1717

1818
# revert changes
1919
mv LICENSE.md ../LICENSE.md

0 commit comments

Comments
 (0)