Browse Source

no more dmg needed

David Rose 16 years ago
parent
commit
bc329adaef
1 changed files with 3 additions and 1 deletions
  1. 3 1
      direct/src/plugin_npapi/make_osx_bundle.py

+ 3 - 1
direct/src/plugin_npapi/make_osx_bundle.py

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