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

Unified Diff: packagerChrome.py

Issue 29572692: Issue 5845 - Renaming gecko-webext to gecko (Closed)
Patch Set: NO CHANGE: rebasing against current master ( 492:08002782f3e3 ) Created Oct. 11, 2017, 11:35 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 | « build.py ('k') | templates/manifest.json.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerChrome.py
diff --git a/packagerChrome.py b/packagerChrome.py
index 8a2ce49afa4a80f22e21dfeaf9176e65171a4bc9..c01311f84e9e4510fa5b14ca4f69dd78fc11963d 100644
--- a/packagerChrome.py
+++ b/packagerChrome.py
@@ -319,7 +319,7 @@ def createBuild(baseDir, type='chrome', outFile=None, buildNum=None, releaseBuil
version = getBuildVersion(baseDir, metadata, releaseBuild, buildNum)
if outFile == None:
- if type == 'gecko-webext':
+ if type == 'gecko':
file_extension = 'xpi'
else:
file_extension = 'crx' if keyFile else 'zip'
« no previous file with comments | « build.py ('k') | templates/manifest.json.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld