diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat index e25a704da..c2b534f1b 100644 --- a/windows/make-windows-installer.bat +++ b/windows/make-windows-installer.bat @@ -9,7 +9,8 @@ if %errorlevel% neq 0 exit /b %errorlevel% strip cabal-dev\bin\pandoc.exe cabal-dev\bin\pandoc.exe -s --template data\templates\default.html -S README -o README.html if %errorlevel% neq 0 exit /b %errorlevel% -copy COPYING COPYING.txt +cabal-dev\bin\pandoc.exe -s --template data\templates\default.rtf COPYING -t rtf -S -o COPYING.rtf +if %errorlevel% neq 0 exit /b %errorlevel% copy COPYRIGHT COPYRIGHT.txt cd windows echo Creating msi... diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs index 257f536fd..fd1af33ed 100644 --- a/windows/pandoc.wxs +++ b/windows/pandoc.wxs @@ -16,8 +16,8 @@ Source="..\cabal-dev\bin\pandoc.exe" /> - + @@ -29,9 +29,15 @@ - - - + + + + + + + + +