From 620c0837bd4bcc7253cf402c553a50f64e5b9619 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 5 Mar 2003 14:44:54 +0000 Subject: [PATCH] Actually *do* override the type in AppBuilder. --- Lib/plat-mac/bundlebuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py index cd370fd036..9e4fc910be 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" -- 2.40.0