Mad tabs consistent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-02-01 00:57:36 +00:00
parent d954628eed
commit 15e9b46e14

View File

@@ -368,10 +368,10 @@ class AppBuilder(BundleBuilder):
open(bootstrappath, "w").write(BOOTSTRAP_SCRIPT % locals())
os.chmod(bootstrappath, 0775)
if self.iconfile is not None:
iconbase = os.path.basename(self.iconfile)
self.plist.CFBundleIconFile = iconbase
self.files.append( (self.iconfile, pathjoin(resdir, iconbase)) )
if self.iconfile is not None:
iconbase = os.path.basename(self.iconfile)
self.plist.CFBundleIconFile = iconbase
self.files.append( (self.iconfile, pathjoin(resdir, iconbase)) )
def postProcess(self):
if self.standalone:
@@ -616,7 +616,7 @@ Options:
--nib=NAME main nib name
-c, --creator=CCCC 4-char creator code (default: '????')
--iconfile=FILE Filename of the icon to be copied to Resources and
used as the Finder icon
used as the Finder icon
-l, --link symlink files/folder instead of copying them
--link-exec symlink the executable instead of copying it
--standalone build a standalone application, which is fully