Browse Source

Don't add the pointless *.app/hosts directory on OSX

rdb 15 years ago
parent
commit
3ff2e0537c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      direct/src/p3d/DeploymentTools.py

+ 0 - 2
direct/src/p3d/DeploymentTools.py

@@ -484,8 +484,6 @@ class Installer:
         print >>plist, '</plist>'
         plist.close()
         
-        Filename(output, "hosts/").makeDir()
-        
         return output
 
     def buildPKG(self, output, platform):