From c7df80e0c3116ad05bc107a6951f82786d273209 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 20 Mar 2016 09:01:52 -0700 Subject: Removed strip commands from make-windows-installer.bat. --- windows/make-windows-installer.bat | 2 -- 1 file changed, 2 deletions(-) (limited to 'windows') diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat index c7befe531..d3d9bb71c 100644 --- a/windows/make-windows-installer.bat +++ b/windows/make-windows-installer.bat @@ -2,8 +2,6 @@ stack install --test if %errorlevel% neq 0 exit /b %errorlevel% for /f "delims=" %%a in ('stack path --local-bin-path') do @set BINPATH=%%a -strip %BINPATH%\pandoc.exe -strip %BINPATH%\pandoc-citeproc.exe %BINPATH%\pandoc.exe -s -S ..\README -o README.html if %errorlevel% neq 0 exit /b %errorlevel% %BINPATH%\pandoc.exe -s ..\COPYING -t rtf -S -o COPYING.rtf -- cgit v1.2.3