| Index: remoting/host/installer/build-installer-archive.py
|
| ===================================================================
|
| --- remoting/host/installer/build-installer-archive.py (revision 149870)
|
| +++ remoting/host/installer/build-installer-archive.py (working copy)
|
| @@ -190,7 +190,7 @@
|
| (base, ext) = os.path.splitext(f)
|
| if ext == '.zip':
|
| copyZipIntoArchive(temp_dir, source_file_roots, f)
|
| - elif ext in ['.packproj', '.pkgproj', '.plist', '.sh']:
|
| + elif ext in ['.packproj', '.pkgproj', '.plist', '.props', '.sh']:
|
| copyFileWithDefs(f, dst_file, defs)
|
| else:
|
| shutil.copy2(f, dst_file)
|
|
|