[Firefox addon] Adjust the minVersion numbers in install.rdf and update.rdf

After the latest update of the minimum supported Firefox version, the development addon is no longer being signed. Hence this patch attempts to address that, by pinning the `minVersion` to a specific version number instead.

*Please note:* The version numbers were taken from https://addons.mozilla.org/en-US/firefox/pages/appversions/, so it ought to have worked.
This commit is contained in:
Jonas Jenwald 2018-02-05 13:56:34 +01:00
parent 0de49ed1e2
commit 77135a2bc4
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>59.*</em:minVersion>
<em:minVersion>59.0a1</em:minVersion>
<em:maxVersion>61.0a1</em:maxVersion>
</Description>
</em:targetApplication>
@ -31,7 +31,7 @@
<em:targetApplication>
<Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>59.*</em:minVersion>
<em:minVersion>59.0a1</em:minVersion>
<em:maxVersion>61.0a1</em:maxVersion>
</Description>
</em:targetApplication>

View File

@ -14,7 +14,7 @@
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>59.*</em:minVersion>
<em:minVersion>59.0a1</em:minVersion>
<em:maxVersion>61.0a1</em:maxVersion>
<!-- Use the raw link for updates so we we can use SSL. -->
<em:updateLink>https://raw.githubusercontent.com/mozilla/pdf.js/gh-pages/extensions/firefox/pdf.js.xpi</em:updateLink>
@ -25,7 +25,7 @@
<em:targetApplication>
<RDF:Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>59.*</em:minVersion>
<em:minVersion>59.0a1</em:minVersion>
<em:maxVersion>61.0a1</em:maxVersion>
<!-- Use the raw link for updates so we we can use SSL. -->
<em:updateLink>https://raw.githubusercontent.com/mozilla/pdf.js/gh-pages/extensions/firefox/pdf.js.xpi</em:updateLink>