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': |