Don't copy the documentation when using Python.app as an applet template.
This commit is contained in:
parent
35816e6745
commit
afb76320ab
|
@ -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…
Reference in New Issue