mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
typo
This commit is contained in:
parent
6ae91cabd2
commit
b4df14be69
@ -353,7 +353,7 @@ def makeXpiFile():
|
|||||||
for subdir in subdirs:
|
for subdir in subdirs:
|
||||||
platform = FirefoxPlatformMap.get(subdir, None)
|
platform = FirefoxPlatformMap.get(subdir, None)
|
||||||
path = os.path.join(root, subdir)
|
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
|
# Create the XPI directory platform/<platform name>/plugins
|
||||||
pluginsXpiDir = 'platform/%s/plugins' % (platform)
|
pluginsXpiDir = 'platform/%s/plugins' % (platform)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user