delete source zip before download

This commit is contained in:
Viktor Szakats
2013-04-07 03:48:23 +02:00
parent e88a4b1f20
commit e3da05e98c
2 changed files with 5 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ set _HB_DIR_TOOL=%~dp0tool\
echo ! Downloading Harbour sources...
if exist core-master rd /q /s core-master
del master.
%_HB_DIR_TOOL%wget --no-check-certificate https://github.com/harbour/core/archive/master.zip
if errorlevel 1 goto _EXIT