another fix

This commit is contained in:
David Rose 2009-08-19 00:37:37 +00:00
parent 25117835e0
commit ec32604aa8
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ def makePackedApp(args):
packager.require(requireName)
packager.dir(root)
packager.mainModule(mainModule, filename = main)
packager.mainModule(mainModule)
packager.endPackage(appBase, p3dApplication = True)