commit | 620c0837bd4bcc7253cf402c553a50f64e5b9619 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Wed Mar 05 14:44:54 2003 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Wed Mar 05 14:44:54 2003 +0000 |
tree | f3b614954118260db54b07ea926fd07fb7a18887 | |
parent | cc81b807106e82ad71d8dfae1c4edf9c77b4c72c [diff] [blame] |
Actually *do* override the type in AppBuilder.
diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py index cd370fd..9e4fc91 100755 --- a/Lib/plat-mac/bundlebuilder.py +++ b/Lib/plat-mac/bundlebuilder.py
@@ -291,7 +291,7 @@ 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"