Skip to content

Commit b8db302

Browse files
committed
I don't think .crx files need to contain an updates.xml
1 parent 41e1513 commit b8db302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makecrx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ do
7070
done
7171
echo '];' >> pkg/crx/rule_list.js
7272
sed -i -e "s/VERSION/$VERSION/g" pkg/crx/manifest.json
73-
sed -i -e "s/VERSION/$VERSION/g" pkg/crx/updates.xml
74-
73+
#sed -i -e "s/VERSION/$VERSION/g" pkg/crx/updates.xml
74+
#sed -e "s/VERSION/$VERSION/g" pkg/updates-master.xml > pkg/crx/updates.xml
7575

7676
if [ -n "$BRANCH" ] ; then
7777
crx="pkg/https-everywhere-$VERSION.crx"

0 commit comments

Comments
 (0)