diff options
Diffstat (limited to 'rlz')
-rw-r--r-- | rlz/copy_files.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rlz/copy_files.bat b/rlz/copy_files.bat index 022c54f..7d62e41 100644 --- a/rlz/copy_files.bat +++ b/rlz/copy_files.bat @@ -6,6 +6,9 @@ setlocal set InputPath=%~1 set OutDir=%~2 +REM Remove this line when we start setting CHROMIUM_BUILD option on buildbots +set CHROMIUM_BUILD=_google_chrome + if NOT "%CHROMIUM_BUILD%" == "_google_chrome" goto END xcopy /R /C /Y %InputPath% %OutDir% |