mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
fix pdeploy regression: per_platform should be 0 in installed contents.xml
This commit is contained in:
parent
7d0c1420c2
commit
f4ec51d4c2
@ -590,7 +590,7 @@ class Installer:
|
||||
if package.platform:
|
||||
xpackage.SetAttribute('platform', package.platform)
|
||||
assert package.platform == platform
|
||||
xpackage.SetAttribute('per_platform', '1')
|
||||
xpackage.SetAttribute('per_platform', '0')
|
||||
if package.packageVersion:
|
||||
xpackage.SetAttribute('version', version)
|
||||
xpackage.SetAttribute('filename', package.packageName + "/" + package.packageVersion + "/" + package.descFileBasename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user