From bc329adaefd3484177619a7c791ff3ea4a896fba Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 14 Jan 2010 21:38:32 +0000 Subject: [PATCH] no more dmg needed --- direct/src/plugin_npapi/make_osx_bundle.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/direct/src/plugin_npapi/make_osx_bundle.py b/direct/src/plugin_npapi/make_osx_bundle.py index 97445759f2..bbfc616962 100755 --- a/direct/src/plugin_npapi/make_osx_bundle.py +++ b/direct/src/plugin_npapi/make_osx_bundle.py @@ -91,5 +91,7 @@ if __name__ == '__main__': startDir = os.path.split(sys.argv[0])[0] makeBundle(startDir) - buildDmg(startDir) + + # We don't need the dmg these days; the installer is better. + #buildDmg(startDir)