mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Fix some pdeploy issues
This commit is contained in:
parent
eed74662e8
commit
0be6d7ae10
@ -406,6 +406,8 @@ class Installer:
|
||||
print >>plist, '</plist>'
|
||||
plist.close()
|
||||
|
||||
Filename(output, "hosts/").makeDir()
|
||||
|
||||
return output
|
||||
|
||||
def buildPKG(self, output, platform):
|
||||
|
@ -357,5 +357,6 @@ class pdeploy(p3d):
|
||||
hidden = True, platform_specific = False,
|
||||
keep_user_env = True)
|
||||
require('panda3d')
|
||||
require('morepy')
|
||||
|
||||
mainModule('direct.p3d.pdeploy')
|
||||
|
Loading…
x
Reference in New Issue
Block a user