fixed error in cmd line doc; moved funny self.name line once more

This commit is contained in:
Just van Rossum 2002-11-22 00:31:50 +00:00
parent 7fd69ad2f1
commit f7aba23644
1 changed files with 3 additions and 2 deletions

View File

@ -245,8 +245,9 @@ class AppBuilder(BundleBuilder):
BundleBuilder.setup(self)
def preProcess(self):
self.plist.CFBundleExecutable = self.name
def preProcess(self):
resdir = pathjoin("Contents", "Resources")
if self.executable is not None:
if self.mainprogram is None:
@ -311,7 +312,7 @@ def pathjoin(*args):
cmdline_doc = """\
Usage:
python [options] command
python bundlebuilder.py [options] command
python mybuildscript.py [options] command
Commands: