Skip to content

Commit e6d3a20

Browse files
committed
Do not ship the unreferenced icon.jpg in the Chrome extension.
1 parent 6055d3b commit e6d3a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makecrx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ sed -e "s/VERSION/$VERSION/g" chromium/updates-master.xml > chromium/updates.xml
6969
[ -e pkg/crx ] && rm -rf pkg/crx
7070
cp -r chromium pkg/crx
7171
cd pkg/crx
72-
do_not_ship="*.py *.xml"
72+
do_not_ship="*.py *.xml icon.jpg"
7373
rm -f $do_not_ship
7474
cd ../..
7575
cp -r src/chrome/content/rules pkg/crx/

0 commit comments

Comments
 (0)