Skip to content

Commit

Permalink
build with xpi file extension again
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed Nov 1, 2018
1 parent 4d07c90 commit b56111b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b56111b

Please sign in to comment.