[Pkg-javascript-commits] [pdf.js] 19/414: Testing ability to auto-upgrade the addons.
David Prévot
taffit at moszumanska.debian.org
Tue Jun 28 17:12:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 479d96eb24c5ba1429ccc22f122ef4af859376dc
Author: Yury Delendik <ydelendik at mozilla.com>
Date: Fri Dec 18 10:05:20 2015 -0600
Testing ability to auto-upgrade the addons.
---
extensions/firefox/update.rdf | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/extensions/firefox/update.rdf b/extensions/firefox/update.rdf
index f14ec14..cd81a2e 100644
--- a/extensions/firefox/update.rdf
+++ b/extensions/firefox/update.rdf
@@ -9,6 +9,7 @@
<RDF:li>
<RDF:Description>
<em:version>PDFJSSCRIPT_VERSION</em:version>
+ <!-- Firefox -->
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
@@ -18,6 +19,16 @@
<em:updateLink>https://raw.githubusercontent.com/mozilla/pdf.js/gh-pages/extensions/firefox/pdf.js.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
+ <!-- Android -->
+ <em:targetApplication>
+ <RDF:Description>
+ <em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
+ <em:minVersion>10.0</em:minVersion>
+ <em:maxVersion>46.0</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>
+ </RDF:Description>
+ </em:targetApplication>
</RDF:Description>
</RDF:li>
</RDF:Seq>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list