We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6055d3b commit e6d3a20Copy full SHA for e6d3a20
makecrx.sh
@@ -69,7 +69,7 @@ sed -e "s/VERSION/$VERSION/g" chromium/updates-master.xml > chromium/updates.xml
69
[ -e pkg/crx ] && rm -rf pkg/crx
70
cp -r chromium pkg/crx
71
cd pkg/crx
72
-do_not_ship="*.py *.xml"
+do_not_ship="*.py *.xml icon.jpg"
73
rm -f $do_not_ship
74
cd ../..
75
cp -r src/chrome/content/rules pkg/crx/
0 commit comments