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..9ae5f070d83289ef566fb56a4ae6ab2d4fb8d222 100644 |
--- a/chrome/tools/build/win/FILES.cfg |
+++ b/chrome/tools/build/win/FILES.cfg |
@@ -415,6 +415,13 @@ FILES = [ |
}, |
# Remoting files: |
{ |
+ 'filename': 'chromoting.msi', |
+ 'arch': ['32bit', '64bit'], |
+ 'buildtype': ['dev', 'official'], |
+ 'archive': 'remoting-host.msi', |
Sergey Ulanov
2012/04/05 00:43:31
Read comments at the top of this file. If archive!
alexeypa (please no reviews)
2012/04/05 05:00:12
This is exactly what I did. I added direct_archive
Sergey Ulanov
2012/04/05 07:05:41
Ouch. Sorry I missed it.
|
+ 'direct_archive': 1, |
+ }, |
+ { |
'filename': 'remoting-webapp.zip', |
'arch': ['32bit', '64bit'], |
'buildtype': ['dev', 'official'], |