diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py index cd370fd0362..9e4fc910be1 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"