mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Don't copy the documentation when using Python.app as an applet template.
This commit is contained in:
parent
35816e6745
commit
afb76320ab
1 changed files with 1 additions and 0 deletions
|
|
@ -295,6 +295,7 @@ def process_common_macho(template, progress, code, rsrcname, destname, is_update
|
|||
if not is_update:
|
||||
exceptlist = ["Contents/Info.plist",
|
||||
"Contents/Resources/English.lproj/InfoPlist.strings",
|
||||
"Contents/Resources/English.lproj/Documentation",
|
||||
"Contents/Resources/python.rsrc",
|
||||
]
|
||||
copyapptree(template, destname, exceptlist, progress)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue