Removed strip commands from make-windows-installer.bat.

This commit is contained in:
John MacFarlane 2016-03-20 09:01:52 -07:00
parent 128409f387
commit c7df80e0c3

View file

@ -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