Skip to content

Commit

Permalink
package-chromium: add a note
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jan 23, 2024
1 parent c681ebb commit a6fc5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package-chromium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ while read -r file; do
done < dist.files

# chromium generates dist.pem on first use
# NOTE(2024-01): This seems to be broken for MV2 extensions.
if [ -f dist.pem ]; then
"${browser}" --pack-extension=dist --pack-extension-key=dist.pem
else
Expand Down

0 comments on commit a6fc5a7

Please sign in to comment.