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

Unified Diff: sitescripts/extensions/utils.py

Issue 6103027194789888: Integrated ABP for Safari into the nightly builds (Closed)
Patch Set: Added safari extension to .sitescripts.example Created Nov. 13, 2013, 1:34 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 | « sitescripts/extensions/template/updates.plist ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/utils.py
===================================================================
--- a/sitescripts/extensions/utils.py
+++ b/sitescripts/extensions/utils.py
@@ -161,6 +161,8 @@
self.packageSuffix = '.xpi'
elif self.type == 'chrome' or self.type == 'opera':
self.packageSuffix = '.crx'
+ elif self.type == 'safari':
+ self.packageSuffix = '.safariextz'
elif self.type == 'ie':
self.packageSuffix = '-x64.msi'
elif self.type == 'android':
« no previous file with comments | « sitescripts/extensions/template/updates.plist ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld