Panda3D.app is a directory, not a file

This commit is contained in:
rdb 2009-10-24 09:56:20 +00:00
parent 54ba9f4070
commit ef82e8d8c8

View File

@ -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