From 94d074dfd8d5b173462c0e49a749ff95dcfc9052 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 20 Apr 2011 10:01:08 +0200 Subject: [PATCH] Remove leftover from vcredist removal. --- dist.bat | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist.bat b/dist.bat index 669b80cd..6b6c5060 100644 --- a/dist.bat +++ b/dist.bat @@ -30,8 +30,6 @@ echo Building portable rd /s /q %PORTDIR% > nul xcopy /e /i dist %PORTDIR% del %PORTDIR%\LinkChecker-%VERSION%.exe > nul -:: not possible to install this in a portable version -del %PORTDIR%\vcredist_x86.exe > nul echo Compressing executables for /r %PORTDIR% %%e in (*.pyd,*.dll,*.exe) do %UPX_EXE% "%%e" --best %SZ_EXE% a -mx=9 -md=32m LinkChecker-%VERSION%-portable.zip %PORTDIR%