Index: remoting/host/installer/build-installer-archive.py |
diff --git a/remoting/host/installer/build-installer-archive.py b/remoting/host/installer/build-installer-archive.py |
index 1cf145f0f207223226548ffefda9b846ba20fb53..7541220eeca8b521e21d47f375087ab61e6d1bbb 100755 |
--- a/remoting/host/installer/build-installer-archive.py |
+++ b/remoting/host/installer/build-installer-archive.py |
@@ -90,7 +90,7 @@ def copyFileIntoArchive(src_file, out_dir, files_root, dst_file, defs): |
os.makedirs(dst_dir, 0775) |
(base, ext) = os.path.splitext(src_file) |
- if ext == '.app': |
+ if ext in ['.app', '.prefPane']: |
shutil.copytree(src_file, full_dst_file) |
elif ext in ['.sh', '.packproj', '.plist']: |
copyFileWithDefs(src_file, full_dst_file, defs) |