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

Unified Diff: packagerSafari.py

Issue 29337971: Issue 3760 - Removed support for Opera builds (Closed)
Patch Set: Updated help text for -k option Created March 8, 2016, 6:26 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 | « manifest.json.tmpl ('k') | releaseAutomation.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerSafari.py
===================================================================
--- a/packagerSafari.py
+++ b/packagerSafari.py
@@ -78,7 +78,7 @@
version=params['version'],
releaseBuild=params['releaseBuild'],
name=catalog['name']['message'],
- description=catalog['description_safari']['message'],
+ description=catalog['description']['message'],
author=get_optional('general', 'author'),
homepage=get_optional('general', 'homepage'),
updateURL=get_optional('general', 'updateURL'),
« no previous file with comments | « manifest.json.tmpl ('k') | releaseAutomation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld