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

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

Issue 10825193: [Chromoting] Extract branding from the signing script. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | remoting/host/installer/mac/do_signing.props » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | remoting/host/installer/mac/do_signing.props » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698