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

Unified Diff: templates/manifest.json.tmpl

Issue 29968555: Issue 7145 - Change manifest name for release builds
Patch Set: Updated tests Created Dec. 29, 2018, 5:04 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
« no previous file with comments | « packagerEdge.py ('k') | tests/expecteddata/AppxManifest_edge_release_build.xml » ('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 084f30d1b58082875d984493a570f79961720989..0b9d21fc3b113e9c1f68e439de0f9cc6cb29112e 100644
--- a/templates/manifest.json.tmpl
+++ b/templates/manifest.json.tmpl
@@ -5,7 +5,7 @@
{
"manifest_version": 2,
{%- if releaseBuild %}
- "name": "__MSG_name__",
+ "name": "__MSG_name_releasebuild__",
{%- else %}
"name": "__MSG_name_devbuild__",
{%- endif %}
« no previous file with comments | « packagerEdge.py ('k') | tests/expecteddata/AppxManifest_edge_release_build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld