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/z3_PackArchivesStable.bat | |
parent | 68be2fc9f39d5945e47e8564aa56c56ff438ac58 (diff) |
fixes for building stable version
Diffstat (limited to 'tools/build_scripts/z3_PackArchivesStable.bat')
-rw-r--r-- | tools/build_scripts/z3_PackArchivesStable.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build_scripts/z3_PackArchivesStable.bat b/tools/build_scripts/z3_PackArchivesStable.bat index 0095e0c116..45696d3609 100644 --- a/tools/build_scripts/z3_PackArchivesStable.bat +++ b/tools/build_scripts/z3_PackArchivesStable.bat @@ -67,7 +67,7 @@ REM move /Y miranda-ng-plugins*.7z %ArchDistr% cd .. -if exist "Release%tp%" rd /Q /S "Release%tp%" >nul -if exist "Symbols%tp%" rd /Q /S "Symbols%tp%" >nul +rem if exist "Release%tp%" rd /Q /S "Release%tp%" >nul +rem if exist "Symbols%tp%" rd /Q /S "Symbols%tp%" >nul popd
\ No newline at end of file |