diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 12:40:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 12:40:03 +0300 |
commit | 775290b963def8a8f4ed9ec50e86f8d3ca438c46 (patch) | |
tree | 744c67db3aaed43d4ad5d31fc70a13f3bc50b51a /tools/build_scripts/zz_zRebuildUploadStable.bat | |
parent | a53727dda0389031085752f0f15ebbbcf4adf5b3 (diff) |
if a machine suddenly is able to compile h++, there's no need to copy it
Diffstat (limited to 'tools/build_scripts/zz_zRebuildUploadStable.bat')
-rw-r--r-- | tools/build_scripts/zz_zRebuildUploadStable.bat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/build_scripts/zz_zRebuildUploadStable.bat b/tools/build_scripts/zz_zRebuildUploadStable.bat index 580d185bfe..4e2700a75c 100644 --- a/tools/build_scripts/zz_zRebuildUploadStable.bat +++ b/tools/build_scripts/zz_zRebuildUploadStable.bat @@ -11,9 +11,7 @@ set GIT_STATUS=%ERRORLEVEL% if %GIT_STATUS%==0 echo Git update success if not %GIT_STATUS%==0 goto :Error -xcopy /S /Y tools\build_scripts\*.* . >nul - -call copyhpp.cmd +rem xcopy /S /Y tools\build_scripts\*.* . >nul del /F /Q version.txt |