mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
no more dmg needed
This commit is contained in:
parent
7d500fe372
commit
bc329adaef
@ -91,5 +91,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
startDir = os.path.split(sys.argv[0])[0]
|
startDir = os.path.split(sys.argv[0])[0]
|
||||||
makeBundle(startDir)
|
makeBundle(startDir)
|
||||||
buildDmg(startDir)
|
|
||||||
|
# We don't need the dmg these days; the installer is better.
|
||||||
|
#buildDmg(startDir)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user