xpi output
This commit is contained in:
parent
daf9c87a05
commit
a6a0de068e
|
|
@ -344,6 +344,7 @@ def makeXpiFile():
|
|||
""" Creates a Firefox XPI file, based on the various platform
|
||||
version files. """
|
||||
|
||||
print "Generating xpi file"
|
||||
root = options.plugin_root
|
||||
if os.path.isdir(os.path.join(root, 'plugin')):
|
||||
root = os.path.join(root, 'plugin')
|
||||
|
|
|
|||
Loading…
Reference in New Issue