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