From 4b51ed382325ceeaaab97d1f5f099751ee025a8b Mon Sep 17 00:00:00 2001 From: Kolen Cheung Date: Sun, 9 Oct 2016 22:39:56 -0700 Subject: Download markdown version of the license from GNU and rename to `COPYING.md` From https://www.gnu.org/licenses/old-licenses/gpl-2.0.md --- windows/make-windows-installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat index 8bc978d6e..f0c36e545 100644 --- a/windows/make-windows-installer.bat +++ b/windows/make-windows-installer.bat @@ -4,7 +4,7 @@ if %errorlevel% neq 0 exit /b %errorlevel% for /f "delims=" %%a in ('stack path --local-bin-path') do @set BINPATH=%%a %BINPATH%\pandoc.exe -s -S --toc ..\MANUAL.txt -o MANUAL.html if %errorlevel% neq 0 exit /b %errorlevel% -%BINPATH%\pandoc.exe -s ..\COPYING -t rtf -S -o COPYING.rtf +%BINPATH%\pandoc.exe -s ..\COPYING.md -t rtf -S -o COPYING.rtf if %errorlevel% neq 0 exit /b %errorlevel% copy ..\COPYRIGHT COPYRIGHT.txt for /f "tokens=1-2 delims= " %%a in ('%BINPATH%\pandoc.exe --version') do ( -- cgit v1.2.3