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

Unified Diff: packagerEdge.py

Issue 29987564: Noissue - Fixed: background_color option was ignored in builds for MS Edge (Closed)
Patch Set: Created Jan. 22, 2019, 8:05 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 | « no previous file | tests/expecteddata/AppxManifest_edge_development_build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerEdge.py
===================================================================
--- a/packagerEdge.py
+++ b/packagerEdge.py
@@ -88,6 +88,7 @@
('_d:Applications/_d:Application/uap:VisualElements', None, [
('Square150x150Logo', assets[150]),
('Square44x44Logo', assets[44]),
+ ('BackgroundColor', metadata.get('general', 'background_color')),
]),
]
« no previous file with comments | « no previous file | tests/expecteddata/AppxManifest_edge_development_build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld