Don't copy the documentation when using Python.app as an applet template.

This commit is contained in:
Jack Jansen 2002-08-29 20:20:24 +00:00
parent 35816e6745
commit afb76320ab
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ def process_common_macho(template, progress, code, rsrcname, destname, is_update
if not is_update: if not is_update:
exceptlist = ["Contents/Info.plist", exceptlist = ["Contents/Info.plist",
"Contents/Resources/English.lproj/InfoPlist.strings", "Contents/Resources/English.lproj/InfoPlist.strings",
"Contents/Resources/English.lproj/Documentation",
"Contents/Resources/python.rsrc", "Contents/Resources/python.rsrc",
] ]
copyapptree(template, destname, exceptlist, progress) copyapptree(template, destname, exceptlist, progress)