From: Jack Jansen Date: Wed, 5 Mar 2003 14:44:54 +0000 (+0000) Subject: Actually *do* override the type in AppBuilder. X-Git-Tag: v2.3c1~1584 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=620c0837bd4bcc7253cf402c553a50f64e5b9619;p=thirdparty%2FPython%2Fcpython.git Actually *do* override the type in AppBuilder. --- diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py index cd370fd03627..9e4fc910be1f 100755 --- a/Lib/plat-mac/bundlebuilder.py +++ b/Lib/plat-mac/bundlebuilder.py @@ -291,7 +291,7 @@ execfile(os.path.join(os.path.split(__file__)[0], "%(realmainprogram)s")) class AppBuilder(BundleBuilder): # Override type of the bundle. - type = "BNDL" + type = "APPL" # platform, name of the subfolder of Contents that contains the executable. platform = "MacOS"