fixed error in cmd line doc; moved funny self.name line once more
diff --git a/Mac/Lib/bundlebuilder.py b/Mac/Lib/bundlebuilder.py
index 0575a46..7854770 100755
--- a/Mac/Lib/bundlebuilder.py
+++ b/Mac/Lib/bundlebuilder.py
@@ -245,8 +245,9 @@
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 @@
cmdline_doc = """\
Usage:
- python [options] command
+ python bundlebuilder.py [options] command
python mybuildscript.py [options] command
Commands: