Skip to content

Commit

Permalink
Merge pull request #64 from UB-Mannheim/reduce_size
Browse files Browse the repository at this point in the history
Reduce size of xpi file
  • Loading branch information
zuphilip authored Mar 27, 2024
2 parents 4c554d6 + 550b3f2 commit 919fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ -z "$version" ]; then
fi

mkdir -p build
(cd src && zip -r ../build/zotero-ocr-${version}.xpi * -x ".*")
(cd src && zip -DX -r ../build/zotero-ocr-${version}.xpi * -x ".*")

0 comments on commit 919fce2

Please sign in to comment.