mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Actually *do* override the type in AppBuilder.
This commit is contained in:
parent
cc81b80710
commit
620c0837bd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue