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: Created July 16, 2015, 3:32 p.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
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>

Powered by Google App Engine
This is Rietveld