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

Unified Diff: templates/edge/AppxManifest.xml.tmpl

Issue 29368690: [buildtools] Issue 4578 - Make uap3:AppExtension.Id configurable for Microsoft Edge builds (Closed)
Patch Set: Removed extension_id_devbuild option from test metadata Created Jan. 10, 2017, 8:08 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/AppManifest.xml.expect » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/edge/AppxManifest.xml.tmpl
diff --git a/templates/edge/AppxManifest.xml.tmpl b/templates/edge/AppxManifest.xml.tmpl
index bc8b4ea953b6de502ae34a1d44e90e08c2966502..3cb70b43286eb2e585a6edf3683f39dff16c4625 100644
--- a/templates/edge/AppxManifest.xml.tmpl
+++ b/templates/edge/AppxManifest.xml.tmpl
@@ -41,7 +41,7 @@
<Extensions>
<uap3:Extension Category="windows.appExtension">
<uap3:AppExtension Name="com.microsoft.edge.extension"
- Id="EdgeExtension"
+ Id="{{app_extension_id}}"
PublicFolder="Extension"
DisplayName="{{display_name}}">
<uap3:Properties>
« no previous file with comments | « packagerEdge.py ('k') | tests/AppManifest.xml.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld