Permalink
Browse files
Removed strip commands from make-windows-installer.bat.
- Loading branch information...
Showing
with
0 additions
and
2 deletions.
-
+0
−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