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

Unified Diff: tests/expecteddata/AppxManifest_edge_release_build.xml

Issue 29983597: Noissue - Fixed: extension_id_* option was ignored in builds for MS Edge (Closed)
Patch Set: Created Jan. 17, 2019, 1:19 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/expecteddata/AppxManifest_edge_release_build.xml
===================================================================
--- a/tests/expecteddata/AppxManifest_edge_release_build.xml
+++ b/tests/expecteddata/AppxManifest_edge_release_build.xml
@@ -23,7 +23,7 @@
</uap:VisualElements>
<Extensions>
<uap3:Extension Category="windows.appExtension">
- <uap3:AppExtension DisplayName="Adblock Plus" Id="EdgeExtension" Name="com.microsoft.edge.extension" PublicFolder="Extension">
+ <uap3:AppExtension DisplayName="Adblock Plus" Id="1.0" Name="com.microsoft.edge.extension" PublicFolder="Extension">
<uap3:Properties>
<Capabilities>
<Capability Name="websiteInfo" />
« no previous file with comments | « packagerEdge.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld