mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
whoops
This commit is contained in:
parent
ac6447ca33
commit
2acdfe0a3d
@ -408,7 +408,7 @@ class Installer:
|
|||||||
doc.InsertEndChild(decl)
|
doc.InsertEndChild(decl)
|
||||||
|
|
||||||
xcontents = TiXmlElement("contents")
|
xcontents = TiXmlElement("contents")
|
||||||
for package in packages:
|
for package in pkgTree.packages:
|
||||||
xpackage = TiXmlElement('package')
|
xpackage = TiXmlElement('package')
|
||||||
xpackage.SetAttribute('name', package.packageName)
|
xpackage.SetAttribute('name', package.packageName)
|
||||||
if package.platform:
|
if package.platform:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user