Actually *do* override the type in AppBuilder.

This commit is contained in:
Jack Jansen 2003-03-05 14:44:54 +00:00
parent cc81b80710
commit 620c0837bd
1 changed files with 1 additions and 1 deletions

View File

@ -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"