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

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

@@ -353,7 +353,7 @@ def makeXpiFile():
     for subdir in subdirs:
         platform = FirefoxPlatformMap.get(subdir, None)
         path = os.path.join(root, subdir)
-        if subdir and os.path.isdir(path):
+        if platform and os.path.isdir(path):
             # Create the XPI directory platform/<platform name>/plugins
             pluginsXpiDir = 'platform/%s/plugins' % (platform)