We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa8487 commit f0a5998Copy full SHA for f0a5998
makexpi.sh
@@ -139,8 +139,7 @@ fi
139
cp -a src/ pkg/xpi-eff/
140
rm -r pkg/xpi-eff/chrome/content/rules
141
[ -e pkg/xpi-amo ] && rm -rf pkg/xpi-amo
142
-cp -a src/ pkg/xpi-amo/
143
-rm -r pkg/xpi-amo/chrome/content/rules
+cp -a pkg/xpi-eff/ pkg/xpi-amo/
144
# The AMO version of the package cannot contain the updateKey or updateURL tags
145
sed -i.bak -e '/updateKey/d' -e '/updateURL/d' pkg/xpi-amo/install.rdf
146
rm pkg/xpi-amo/install.rdf.bak
0 commit comments