Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/template/updates.plist

Issue 29322531: Issue 2797 - Add "Update From Gallery" key to the Safari extension update manifest (Closed)
Patch Set: Add "Update From Gallery" for stable, not development builds Created July 17, 2015, 11:33 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/extensions/bin/updateUpdateManifests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/template/updates.plist
===================================================================
--- a/sitescripts/extensions/template/updates.plist
+++ b/sitescripts/extensions/template/updates.plist
@@ -15,6 +15,10 @@
<string>{{ extension.shortVersion }}</string>
<key>URL</key>
<string>{{ extension.updateURL }}</string>
+ {%- if extension.updatedFromGallery %}
+ <key>Update From Gallery</key>
+ <true/>
+ {%- endif %}
</dict>
{%- endfor %}
</array>
« no previous file with comments | « sitescripts/extensions/bin/updateUpdateManifests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld