[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:
parent
0de49ed1e2
commit
77135a2bc4
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user