From b86bdb90f7b07a07e13fab44f6c5ccd005e17a31 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 9 Feb 2013 23:19:55 -0800 Subject: windows installer: UI with license, etc. --- windows/make-windows-installer.bat | 3 ++- windows/pandoc.wxs | 16 +++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) 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 @@ - - - + + + + + + + + + -- cgit v1.2.3