diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-28 11:49:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-28 11:49:28 +0300 |
commit | 3cee34ba8faf9722ed21b492791858e1091cb54e (patch) | |
tree | 59e3a6fe66e35af663e4665cdd9c62b369c8d2c0 /tools/build_scripts/zz_zRebuildUploadStable.bat | |
parent | 68be2fc9f39d5945e47e8564aa56c56ff438ac58 (diff) |
fixes for building stable version
Diffstat (limited to 'tools/build_scripts/zz_zRebuildUploadStable.bat')
-rw-r--r-- | tools/build_scripts/zz_zRebuildUploadStable.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/build_scripts/zz_zRebuildUploadStable.bat b/tools/build_scripts/zz_zRebuildUploadStable.bat index 461ac83a24..200216cd7f 100644 --- a/tools/build_scripts/zz_zRebuildUploadStable.bat +++ b/tools/build_scripts/zz_zRebuildUploadStable.bat @@ -2,6 +2,11 @@ echo WARNING!!! You are about to compile and upload STABLE versions of Miranda NG! Are you absolutely sure?! pause +call git_update.bat +set GIT_STATUS=%ERRORLEVEL% +if %GIT_STATUS%==0 echo Git update success +if not %GIT_STATUS%==0 goto :Error + call z1_ReBuild_Full_Stable.bat 32 call z1_ReBuild_Full_Stable.bat 64 |