Browse Source

remove folder addin-db-002 on runprebuild

UbitUmarov 4 years ago
parent
commit
9a5844fdb9
2 changed files with 7 additions and 2 deletions
  1. 5 1
      runprebuild.bat
  2. 2 1
      runprebuild.sh

+ 5 - 1
runprebuild.bat

@@ -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
+	)

+ 2 - 1
runprebuild.sh

@@ -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
+