Skip to content
Commits on Source (2)
xul-ext-monkeysphere (0.8) upstream;
* Fix for firefox >= 23 (thanks Kristian Fiskerstrand!)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 20 Sep 2013 01:20:29 -0400
xul-ext-monkeysphere (0.7) upstream;
* update validation method for firefox >= 20 (thanks James Bottomley!)
......
......@@ -12,7 +12,7 @@ ICONS = $(addprefix chrome/content/, broken.png bad.png error.png)
VERSION = $(shell head -n1 Changelog | sed -e 's/^.*(//' -e 's/).*$$//')
monkeysphere.xpi: $(XPI_CONTENTS) $(ICONS)
zip $@ $(XPI_CONTENTS) $(ICONS)
TZ=UTC zip $@ $(XPI_CONTENTS) $(ICONS)
install.rdf: install.rdf.template Changelog
sed 's/__VERSION__/$(VERSION)/' < $< > $@
......
......@@ -43,7 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.5</em:minVersion>
<em:maxVersion>*</em:maxVersion>
<em:maxVersion>26.*</em:maxVersion>
</Description>
</em:targetApplication>
......