From 46d632f82a7e2df2d6b51b38bc42dba062e2a317 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 24 Oct 2009 16:51:42 +0000 Subject: [PATCH] Panda3DRuntime -> Panda3D --- direct/src/plugin_standalone/make_osx_bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/plugin_standalone/make_osx_bundle.py b/direct/src/plugin_standalone/make_osx_bundle.py index 639618774f..21b0ae6803 100755 --- a/direct/src/plugin_standalone/make_osx_bundle.py +++ b/direct/src/plugin_standalone/make_osx_bundle.py @@ -43,7 +43,7 @@ def makeBundle(startDir): # Generate the bundle directory structure rootFilename = Filename(fstartDir) - bundleFilename = Filename(rootFilename, 'Panda3DRuntime.app') + bundleFilename = Filename(rootFilename, 'Panda3D.app') plistFilename = Filename(bundleFilename, 'Contents/Info.plist') plistFilename.makeDir() exeFilename = Filename(bundleFilename, 'Contents/MacOS/panda3d_mac')