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

Unified Diff: templates/manifest.json.tmpl

Issue 29696596: Issue 6383 - introduce switchable app_id (Closed) Base URL: https://hg.adblockplus.org/buildtools/rev/097b8d9c43a8
Patch Set: Created Feb. 14, 2018, 10:49 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 | « packagerEdge.py ('k') | tests/expecteddata/manifest_gecko_development_build.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/manifest.json.tmpl
diff --git a/templates/manifest.json.tmpl b/templates/manifest.json.tmpl
index e990a5b1b5f7569aa99b910d0d42f6a8a26681e2..e2cf347d08c8b8bdcbff4b73b24f3c2eed281e79 100644
--- a/templates/manifest.json.tmpl
+++ b/templates/manifest.json.tmpl
@@ -33,7 +33,7 @@
{
"gecko":
{
- "id": {{metadata.get('general', 'id')|json}}
+ "id": {{app_id|json}}
{%- if metadata.has_section('compat') and metadata.has_option('compat', 'gecko') %}
,
« no previous file with comments | « packagerEdge.py ('k') | tests/expecteddata/manifest_gecko_development_build.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld