diff options
Diffstat (limited to 'rlz/copy_files.bat')
-rw-r--r-- | rlz/copy_files.bat | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/rlz/copy_files.bat b/rlz/copy_files.bat index 022c54f..ebc5382 100644 --- a/rlz/copy_files.bat +++ b/rlz/copy_files.bat @@ -6,8 +6,4 @@ setlocal set InputPath=%~1 set OutDir=%~2 -if NOT "%CHROMIUM_BUILD%" == "_google_chrome" goto END - -xcopy /R /C /Y %InputPath% %OutDir% - -:END +if exist "%InputPath%" xcopy /R /C /Y "%InputPath%" "%OutDir%" |