mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Panda3D.app is a directory, not a file
This commit is contained in:
parent
54ba9f4070
commit
ef82e8d8c8
@ -243,7 +243,7 @@ def makeInstaller():
|
||||
dst_npapi.makeDir()
|
||||
dst_panda3d.makeDir()
|
||||
shutil.copytree(pluginFiles[npapi], dst_npapi.toOsSpecific())
|
||||
shutil.copyfile(pluginFiles[panda3d], dst_panda3d.toOsSpecific())
|
||||
shutil.copytree(pluginFiles[panda3d], dst_panda3d.toOsSpecific())
|
||||
CMD = "/Developer/usr/bin/packagemaker"
|
||||
CMD += ' --id org.panda3d.runtime' #TODO: make this customizable
|
||||
CMD += ' --version "%s"' % options.version
|
||||
|
Loading…
x
Reference in New Issue
Block a user