Index: chrome/tools/build/win/FILES.cfg |
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg |
index a7ef7d4fc5b51f3d5613954078316b27255a7491..de88be6112dce5402dd14e61d093587938cb21d6 100644 |
--- a/chrome/tools/build/win/FILES.cfg |
+++ b/chrome/tools/build/win/FILES.cfg |
@@ -415,6 +415,12 @@ FILES = [ |
}, |
# Remoting files: |
{ |
+ 'filename': 'chromoting.msi', |
Sergey Ulanov
2012/04/04 22:45:13
maybe call it remoting-host.msi - for consistency
alexeypa (please no reviews)
2012/04/04 23:29:31
Currently we use "ChromeRemoteDesktop.msi" for dow
alexeypa (please no reviews)
2012/04/05 00:09:15
Done.
|
+ 'arch': ['32bit', '64bit'], |
+ 'buildtype': ['dev', 'official'], |
+ 'archive': 'chromoting.msi', |
+ }, |
+ { |
'filename': 'remoting-webapp.zip', |
'arch': ['32bit', '64bit'], |
'buildtype': ['dev', 'official'], |