summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib')
-rwxr-xr-xMac/Lib/bundlebuilder.py5
1 files changed, 3 insertions, 2 deletions
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 @@ 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: