Silence error messages from rd.
This commit is contained in:
parent
d77262b15b
commit
132b811185
4
dist.bat
4
dist.bat
|
@ -14,8 +14,8 @@
|
||||||
:: along with this program. If not, see <http://www.gnu.org/licenses/>.
|
:: along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
@echo off
|
@echo off
|
||||||
set PYDIR=c:\python27
|
set PYDIR=c:\python27
|
||||||
rd /s /q build > nul
|
rd /s /q build > nul 2>&1
|
||||||
call %~dp0\build.bat
|
call %~dp0\build.bat
|
||||||
rd /s /q dist > nul
|
rd /s /q dist > nul 2>&1
|
||||||
%PYDIR%\python.exe setup.py py2exe
|
%PYDIR%\python.exe setup.py py2exe
|
||||||
pause
|
pause
|
||||||
|
|
Loading…
Reference in New Issue