@ -14,8 +14,8 @@
:: along with this program. If not, see <http://www.gnu.org/licenses/>.
@echo off
set PYDIR=c:\python27
rd /s /q build > nul
rd /s /q build > nul 2>&1
call %~dp0\build.bat
rd /s /q dist > nul
rd /s /q dist > nul 2>&1
%PYDIR%\python.exe setup.py py2exe
pause