Commit afb76320 authored by Jack Jansen's avatar Jack Jansen

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

parent 35816e67
...@@ -295,6 +295,7 @@ def process_common_macho(template, progress, code, rsrcname, destname, is_update ...@@ -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)
......
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