We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e1513 commit b8db302Copy full SHA for b8db302
makecrx.sh
@@ -70,8 +70,8 @@ do
70
done
71
echo '];' >> pkg/crx/rule_list.js
72
sed -i -e "s/VERSION/$VERSION/g" pkg/crx/manifest.json
73
-sed -i -e "s/VERSION/$VERSION/g" pkg/crx/updates.xml
74
-
+#sed -i -e "s/VERSION/$VERSION/g" pkg/crx/updates.xml
+#sed -e "s/VERSION/$VERSION/g" pkg/updates-master.xml > pkg/crx/updates.xml
75
76
if [ -n "$BRANCH" ] ; then
77
crx="pkg/https-everywhere-$VERSION.crx"
0 commit comments