mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Panda3DRuntime -> Panda3D
This commit is contained in:
parent
536ef4f5f5
commit
46d632f82a
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user