diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-23 23:32:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-23 23:32:48 +0300 |
commit | a07ff1b4d223d9a6b8646cfc9c3a6746c7e631a9 (patch) | |
tree | 19f575d9edc2e618a7b5965b32d5dfbddee200c8 /tools/build_scripts/zz_zRebuildUploadStable.bat | |
parent | f7efe28523b35328a22c00b0946f6e6745ce5790 (diff) |
final pack of changes for builder
Diffstat (limited to 'tools/build_scripts/zz_zRebuildUploadStable.bat')
-rw-r--r-- | tools/build_scripts/zz_zRebuildUploadStable.bat | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/build_scripts/zz_zRebuildUploadStable.bat b/tools/build_scripts/zz_zRebuildUploadStable.bat index 3313bdcc0c..1ec673df60 100644 --- a/tools/build_scripts/zz_zRebuildUploadStable.bat +++ b/tools/build_scripts/zz_zRebuildUploadStable.bat @@ -7,12 +7,6 @@ set GIT_STATUS=%ERRORLEVEL% if %GIT_STATUS%==0 echo Git update success if not %GIT_STATUS%==0 goto :Error -pushd bin10 -start /wait z1_ReBuild_w810.bat 32 - -start /wait z1_ReBuild_w810.bat 64 -popd - call z1_ReBuild_Full_Stable.bat 32 call z1_ReBuild_Full_Stable.bat 64 |