Browse Source

xpi output

David Rose 16 years ago
parent
commit
a6a0de068e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/plugin_installer/make_installer.py

+ 1 - 0
direct/src/plugin_installer/make_installer.py

@@ -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')