Skip to content
Browse files

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

  • Loading branch information...
1 parent 128409f commit c7df80e0c3116ad05bc107a6951f82786d273209 @jgm committed
Showing with 0 additions and 2 deletions.
  1. +0 −2 windows/make-windows-installer.bat
View
2 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

0 comments on commit c7df80e

Please sign in to comment.
Something went wrong with that request. Please try again.