diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-07 21:00:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-07 21:00:35 +0300 |
commit | c35c88f0a9bd186805355a9ae6d49d1ad04095dc (patch) | |
tree | e71a250438fb53ac8a9d68dfa3420350ca4088be /tools/build_scripts/zz_zRebuildUploadStable.bat | |
parent | d9781103f5e64b3aa8a5e6f78e8dcb7d0b0a0a4c (diff) |
bin10 removed from batch files
Diffstat (limited to 'tools/build_scripts/zz_zRebuildUploadStable.bat')
-rw-r--r-- | tools/build_scripts/zz_zRebuildUploadStable.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_scripts/zz_zRebuildUploadStable.bat b/tools/build_scripts/zz_zRebuildUploadStable.bat index 63612630d5..3ec480bff8 100644 --- a/tools/build_scripts/zz_zRebuildUploadStable.bat +++ b/tools/build_scripts/zz_zRebuildUploadStable.bat @@ -2,7 +2,7 @@ echo WARNING!!! You are about to compile and upload STABLE versions of Miranda NG! Are you absolutely sure?! pause -set comp=bin10 +set comp=bin15 for /F "tokens=1,2,3 delims= " %%i in (build/build.no.stable) do set Branch=%%i_%%j_%%k |