diff options
| author | John MacFarlane <[email protected]> | 2013-02-09 23:19:55 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2013-02-09 23:19:55 -0800 |
| commit | b86bdb90f7b07a07e13fab44f6c5ccd005e17a31 (patch) | |
| tree | 59e723e35f97284c3f513759d0b91fca3e271d5f /windows/make-windows-installer.bat | |
| parent | b0c0ccdb0f8492f304199936979ef6400da63f56 (diff) | |
windows installer: UI with license, etc.
Diffstat (limited to 'windows/make-windows-installer.bat')
| -rw-r--r-- | windows/make-windows-installer.bat | 3 |
1 files changed, 2 insertions, 1 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...
|
