From f7aba23644d76d85815d053964dba90c63d1c811 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Fri, 22 Nov 2002 00:31:50 +0000 Subject: [PATCH] fixed error in cmd line doc; moved funny self.name line once more --- Mac/Lib/bundlebuilder.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Mac/Lib/bundlebuilder.py b/Mac/Lib/bundlebuilder.py index 0575a46939..7854770dc9 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: -- 2.49.0