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