diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-27 19:32:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-27 19:32:51 +0300 |
commit | eb30a73faa4b0384f3707f44067d9f6e9356d640 (patch) | |
tree | 255bce48abb65c3d992911c5c8c1c27ffac84607 /tools/build_scripts/zz_zRebuildUploadStable.bat | |
parent | 0779b188d44b7795f4482c7066a064a38d7c130a (diff) |
fix for typos in build scripts
Diffstat (limited to 'tools/build_scripts/zz_zRebuildUploadStable.bat')
-rw-r--r-- | tools/build_scripts/zz_zRebuildUploadStable.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build_scripts/zz_zRebuildUploadStable.bat b/tools/build_scripts/zz_zRebuildUploadStable.bat index 114f9be581..851cecee03 100644 --- a/tools/build_scripts/zz_zRebuildUploadStable.bat +++ b/tools/build_scripts/zz_zRebuildUploadStable.bat @@ -13,9 +13,9 @@ call z1_ReBuild_Full_Stable.bat 32 call z1_ReBuild_Full_Stable.bat 64 -call z2_PackPluginUpater.bat 32 +call z2_PackPluginUpdater.bat 32 -call z2_PackPluginUpater.bat 64 +call z2_PackPluginUpdater.bat 64 pushd bin10 if exist z_Errors*.txt echo There were errors! && pause |