remove folder addin-db-002 on runprebuild

master
UbitUmarov 2020-02-02 17:01:27 +00:00
parent 441b4e01f6
commit 9a5844fdb9
2 changed files with 7 additions and 2 deletions

View File

@ -58,4 +58,8 @@ rem To compile in debug mode
@echo %ValueValue% opensim.sln > compile.bat
rem To compile in release mode comment line (add rem to start) above and uncomment next (remove rem)
rem @echo %ValueValue% /P:Config=Release opensim.sln > compile.bat
:done
:done
if exist "bin\addin-db-002" (
del /F/Q/S bin\addin-db-002 > NUL
rmdir /Q/S bin\addin-db-002
)

View File

@ -5,7 +5,6 @@ case "$1" in
'clean')
mono bin/Prebuild.exe /clean
;;
@ -24,3 +23,5 @@ case "$1" in
;;
esac
rm -fr bin/addin-db-002