Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: remoting/host/installer/build-installer-archive.py

Issue 10171020: Preference Pane for chromoting on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « no previous file | remoting/host/installer/mac/ChromotingHostService.packproj » ('j') | remoting/host/me2me_preference_pane.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698