Removed strip commands from make-windows-installer.bat.
This commit is contained in:
parent
128409f387
commit
c7df80e0c3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue