summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--windows/make-windows-installer.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat
index c04dcf896..f8e57485b 100644
--- a/windows/make-windows-installer.bat
+++ b/windows/make-windows-installer.bat
@@ -6,7 +6,7 @@ cabal-dev install --flags="executable -library" --datasubdir=
rem note: we use -f-library in building pandoc, because
rem if the library is built, the data file paths will not be relocatable!
strip cabal-dev\bin\pandoc.exe
-cabal-dev\bin\pandoc.exe -s --template templates\html.template -S README -o README.html
+cabal-dev\bin\pandoc.exe -s --template templates\default.html -S README -o README.html
copy COPYING COPYING.txt
copy COPYRIGHT COPYRIGHT.txt
cd windows