Commit 620c0837 authored by Jack Jansen's avatar Jack Jansen

Actually *do* override the type in AppBuilder.

parent cc81b807
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment